Questions tagged as 'realtime-database'

1
answer

How to implement a map showing location in real time - with offset?

Here's the scenario: For example, if I wanted to show all the homes of the users of a city (those that are registered in the system) it would only be necessary to make a request in the database before the page is loaded, to recover the geogra...
asked by 14.06.2017 / 14:46
1
answer

PTBR (Spinner) Firebase Exception: Found conflicting getters for name: getAdapter

I am making an application where I choose a number in the spinner and write that number in Firebase. is giving the following error: detailsaboutspinnerandhowIamwritingtofirebasespinnercarrinho=(Spinner)findViewById(R.id.spinner_carrinho);//C...
asked by 20.04.2017 / 19:39
1
answer

Error saving rules in firebase console

What errors can occur in the firebase realtime database security rule console when setting my rules and what are they?     
asked by 08.04.2018 / 06:40
1
answer

Error performing actual time request with XMLHttpRequest

I'm having an error in my Real Time request via XMLHttpRequest, follow the javascript code: function requisitar() { var base_url = window.location.origin; var xmlhttp; if (window.XMLHttpRequest) { xmlhttp = new XMLHttp...
asked by 12.02.2018 / 20:01