You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
*Only* if you choose to use **Firestore** (instead of the default DB) these features won't be available.
7
+
Before plugin version 5.0.0 this was enabled by default, but since 5.0.0 we're also supporting Firestore.
8
+
9
+
If your saved config file `firebase.nativescript.json` (in the root of your project) doesn't include `"realtimedb"` we'll assume `true` for backward compatibility.
10
+
You can disable it by editing that file and setting `"realtimedb": false`. Then run `rm -rf platforms && rm -rf node_modules && npm i`.
0 commit comments