INDEX
OR
This means you should be getting an error. To check out what errors you are getting check out this Doc: πDebugging.
You might want to contact us if the error seems complex.
You might get this error while Debugging your Construct 3 Game.
This error means that you need to Choose the SDK Plugin in the plugin properties of all the Firebase plugins that you have added to your project.
If you have ever received an email like this from Firebase, it is likely that you Security Rules allows anyone to read/write to your database or storage.
You need proper Security Rules to protect your data. To do so, check out this Doc:πSecure Your Firebase Project.
If you have ever received an email like this from Firebase, you are using the Default (Test Mode) Security Rules that only allow access to the database for the first 30 days.
Just for development purposes, you can temporarily use completely public (insecure) Security Rules. These rules are mentioned in these docs:
Cloud Firestore and Realtime Database: πGetting Started
Cloud Storage: πEnable Cloud Storage