Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit ee0aba0

Browse files
Firestore anytime soon? #507 (doc)
1 parent 9874918 commit ee0aba0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/FIRESTORE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Enabling Firestore
44
During plugin installation you'll be prompted to use either Firestore or the default DB.
55

6-
In case you're upgrading and you have the `firebase.nativescript.json` file in your project root, edit it and add: `"firestore": true`. Then do `rm -rf platforms/ios && rm -rf platforms/android && rm -rf node_modules && npm i`.
6+
In case you're upgrading and you have the `firebase.nativescript.json` file in your project root, edit it and add: `"firestore": true`.
7+
Then run `rm -rf platforms && rm -rf node_modules && npm i`.
78

89
## Functions
910
All of these are 100% compatible with the Firestore Web API to make it easy to share code between web and native, and you can

0 commit comments

Comments
 (0)