Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upgrading Firebase: "Unable to load your database"

Tags:

I migrated my projects to the "new" Firebase via google.com. When I try to access my project database, I get only "Unable to load your database." I'm also making an assumption here that the "realtime database" replaces the old Dashboard where I can see data being added or removed from Firebase by my app.

There is no explanation whatsoever beyond the above message. Yet I know there is accessible data there because the listeners in my app continue to respond to it. Can anybody help? Thanks in advance.

like image 542
Pablo Carson Avatar asked May 24 '16 20:05

Pablo Carson


People also ask

Why my Firebase Database cannot be loaded?

I get the below error that my firebase database cannot be loaded. The database is connected to my Android app. Show activity on this post. Firstly, Check your connectivity with server. Sign Out of Google and log in after a few minutes.

What are the limitations of a firebase query?

*A single query performed in the Firebase console can only run for up to 5 seconds before failing. The limit on write operations per second on a single database. While not a hard limit, if you sustain more than 1,000 writes per second, your write activity may be rate-limited.

Do I need to enable adsupport for my Firebase project?

If you need information about the service accounts associated with your Firebase project, see the Firebase service accounts overview. Some Analytics features, such as audiences and campaign attribution, and some user properties, such as Age and Interests, require the AdSupport framework to be enabled.

How do I Turn Off stricttriggervalidation in Firebase?

To turn off strictTriggerValidation, follow these steps: Get your Database secret from the Service accounts tab of your Project settings in the Firebase console. Run the following CURL request from your command line: Each path in your data tree must be less than 32 levels deep. Data is UTF-8 encoded.


1 Answers

Fixed it!

Signed out from my Google account and logged in again.

like image 128
Dinesh Sunny Avatar answered Sep 19 '22 13:09

Dinesh Sunny