We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firebase-tools:
13.6.1
Platform:
macOS
dev
onDocumentCreated
snapshot.ref.firestore
The database name should be dev
The database name is (default)
(default)
If you actually try to use the ref to delete it, it will yell at you and tell you you're trying to access a different database.
For instance try, snapshot.ref.delete().
snapshot.ref.delete()
The text was updated successfully, but these errors were encountered:
This issue does not seem to follow the issue template. Make sure you provide all the required information.
Sorry, something went wrong.
colerogers
Successfully merging a pull request may close this issue.
[REQUIRED] Environment info
firebase-tools:
13.6.1
Platform:
macOS
[REQUIRED] Steps to reproduce
dev
onDocumentCreated
dev
database at the path you defined your function forsnapshot.ref.firestore
accessor and check whether it's pointing to thedev
database[REQUIRED] Expected behavior
The database name should be
dev
[REQUIRED] Actual behavior
The database name is
(default)
If you actually try to use the ref to delete it, it will yell at you and tell you you're trying to access a different database.
For instance try,
snapshot.ref.delete()
.The text was updated successfully, but these errors were encountered: