Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Database is not showing data [closed]

My firebase console dose not show any data if I go to rules then also it is not showing rules also it is just showing unable to show rules what should I do?

firebase console and an excerpt of my data

like image 362
FarFarAway Avatar asked Jul 26 '16 07:07

FarFarAway


People also ask

How do I close a Firebase database?

Try using: firebaseRef. off(); This will end your connection with firebase and stop communicating with the database.

Where is data stored in Firebase?

Firebase Realtime Database is a NoSQL cloud database that is used to store and sync the data. The data from the database can be synced at a time across all the clients such as android, web as well as IOS. The data in the database is stored in the JSON format and it updates in real-time with every connected client.

Is Firebase free for lifetime?

Firebase offers a no-cost tier pricing plan for all its products. For some products, usage continues at no cost no matter your level of use. For other products, if you need high levels of use, you'll need to switch your project to a paid-tier pricing plan.

Can I use Firebase as offline database?

By enabling persistence, any data that the Firebase Realtime Database client would sync while online persists to disk and is available offline, even when the user or operating system restarts the app. This means your app works as it would online by using the local data stored in the cache.


2 Answers

it might seem ridiculous but I have tried to log out and log in but it didn't help so i changed the web browser and it worked

like image 76
FarFarAway Avatar answered Sep 28 '22 00:09

FarFarAway


I had the same problem. It was the Ads blocker. Just I disabled it and data showed up.

Be careful of these sneaky extensions.

Hope it helps others.

like image 38
Just another programmer Avatar answered Sep 27 '22 23:09

Just another programmer