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
Copy file name to clipboardExpand all lines: delete-user-data/PREINSTALL.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ Depending on where you'd like to delete user data from, make sure that you've se
14
14
15
15
Also, make sure that you've set up [Firebase Authentication](https://firebase.google.com/docs/auth) to manage your users.
16
16
17
+
**Note about multiple Firestore databases:** This extension supports using non-default Firestore databases. During installation, you can specify which database to use via the `FIRESTORE_DATABASE_ID` parameter. Use "(default)" for the default database, or specify your named database ID.
18
+
17
19
#### Billing
18
20
To install an extension, your project must be on the [Blaze (pay as you go) plan](https://firebase.google.com/pricing)
Copy file name to clipboardExpand all lines: delete-user-data/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ Depending on where you'd like to delete user data from, make sure that you've se
22
22
23
23
Also, make sure that you've set up [Firebase Authentication](https://firebase.google.com/docs/auth) to manage your users.
24
24
25
+
**Note about multiple Firestore databases:** This extension supports using non-default Firestore databases. During installation, you can specify which database to use via the `FIRESTORE_DATABASE_ID` parameter. Use "(default)" for the default database, or specify your named database ID.
26
+
25
27
#### Billing
26
28
To install an extension, your project must be on the [Blaze (pay as you go) plan](https://firebase.google.com/pricing)
27
29
@@ -37,6 +39,8 @@ To install an extension, your project must be on the [Blaze (pay as you go) plan
37
39
38
40
**Configuration Parameters:**
39
41
42
+
* Firestore Database ID: The ID of the Firestore database to use. Use "(default)" for the default database. You can view your available Firestore databases at https://console.cloud.google.com/firestore/databases.
43
+
40
44
* Cloud Firestore paths: Which paths in your Cloud Firestore instance contain data keyed on a user ID? Leave empty if you don't use Cloud Firestore.
41
45
Enter the full paths, separated by commas. Use `{UID}` as a placeholder for the user's UID.
42
46
For example, if you have the collections `users` and `admins`, and each collection has documents with User ID as document IDs, then enter `users/{UID},admins/{UID}`.
0 commit comments