firestore
Here are 1,332 public repositories matching this topic...
Hello,
I'm trying to delay the execution of my App until Firebase receives the Auth status before my "not logged in"-redirections take place. Afaik this is usually done with:
auth.onAuthStateChanged((user) => {
new Vue()
})
But in my current Vue setup my Vue instance get called in a total different way, which gives me a tough time.
`// we should return factory for SSR (runInNewCo
-
Updated
Aug 9, 2019 - JavaScript
The ReactFire repo now uses the All Contributors spec to recognize the contributions of everyone that has helped out with ReactFire v2.
SDK Reference?
I think it would be useful to have the From field in onMessageReceivedCallback. The Java API for example does provide this: https://firebase.google.com/docs/reference/android/com/google/firebase/messaging/RemoteMessage#getFrom()
Use case is if you are subscribed to multiple topics you may want to handle it differently depending on the topic. Currently you have to send the topic name also in
Please ask which one, some may be outdated or low priority.
feat(query): pass missing index error message to action dispatch (so logListenerError is not needed)
What is the feature?
- Pass along the missing index error message into the action that is dispatched so that logListenerError is not needed to get the link that Firebase provides for setting the index (err.message instead of err)
What version would this apply to?
next
A customer filed feedback about our docs for UpdateData being sparse. We should improve these.

https://cloud.google.com/nodejs/docs/reference/firestore/1.3.x/global?authuser=0#UpdateData
Can be updated at https://github.com/googleapis/nodejs-firestore/blob/9ef582aa0508a3d02fb036f741c
-
Updated
Jun 16, 2020 - TypeScript
-
Updated
Jun 8, 2020
-
Updated
Mar 27, 2020 - JavaScript
I wanted to ask a question on how to write a certain type of query in the slack group, the link in the readme takes you to:
https://slackin-pbfjhfxnsa.now.sh/
which has a site key for the recaptcha that prevents us to be invited:
<img width="296" alt="Join_Angular_Firebase_Developers_on_Slack_" src="https://user-images.githubusercontent.com/1523107/55864317-2533da80-5b74-11e9-8e1f-3444066e
Hi, thanks for the great work !
I was wondering if there wasn't a small error in the readme, it should probably be :
interface Tweet {
id: string;
likes: number;
text: string;
userId: string;
}
-
Updated
Feb 17, 2020 - Kotlin
-
Updated
Jan 23, 2020 - Swift
-
Updated
Jun 2, 2020 - Dart
export interface GetOptions {
/**
* Describes whether we should get from server or cache.
*
* Setting to `default` (or not setting at all), causes Firestore to try to
* retrieve an up-to-date (server-retrieved) snapshot, but fall back to
* returning cached data if the server can't be reached.
*
* Setting to `server` causes Firestore to avoid th
-
Updated
Apr 25, 2019 - Swift
I looks like, at the moment, if I want to write many records at once, I have to either do a series of individual document writes. Or I have to write all the records to a single doc. It would be great to be able to create and write out to many docs simultaneously and atomically.
-
Updated
May 8, 2020 - C#
-
Updated
May 23, 2020 - TypeScript
-
Updated
Jun 15, 2020 - TypeScript
when you add a document for the first time you can not see the id in the firestore console, only you can see it when you update the doc.
Improve this page
Add a description, image, and links to the firestore topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the firestore topic, visit your repo's landing page and select "manage topics."
Documentation Feedback
How can I test the
messaging().onMessagemethod?I tried to issue the
SharedEventEmitter.emit ('messaging_message_received')event but was unsuccessful.Any workaround?