firebase-storage
Here are 680 public repositories matching this topic...
- Xcode version: Version 11.3.1 (11C505)
- Firebase SDK version: 6.13.0
- Firebase Component: Auth
- Component version: 6.4.0
When unpacking the claims
dictionary after calling getIDTokenResult(forcingRefresh:completion:)
on an instance of FIRUser
we are getting unexpected behavior for the key user_id
. We are using user_id
in our additional claims of our custom auth token.
What feature would you like to see?
Firestore has DocumentReference.addSnapshotListener and [Query.addSnapshotListener](https://firebase.google.com/docs/reference/androi
SDK Reference?
For Firestore collections and docs, it would be nice if each of the ...Data
hooks would automatically add the idField
(if provided) as a key/value to the <T>
generic.
For example, the useDocumentData
hook would return something like T & { idField: string }
instead of just T
. In this case, idField
should be represented by the actual string value entered into options.idField
.
D
-
Updated
Jun 1, 2020 - Java
Please fill in the following fields:
Unity editor version: 2018.4
Firebase Unity SDK version: 6.12
Firebase plugins in use (Auth, Database, etc.): FireStore
Please describe the issue here:
QuerySnapshot
implement IEnumerable<DocumentSnapshot>
so I expect that it could iterate with itself directly. But it just throw exception
QuerySnapshot query = await fireStoreQuery.Get
The signInWithEmailAndPassword method is supposed to return a promise containing [UserCredential] (https://firebase.google.com/docs/reference/js/firebase.auth#.UserCredential) but it returns a partial user object (https://github.com/soumak77/firebase-mock/blob/master/src/firebase-auth.js#L124)
In fact
-
Updated
Dec 21, 2019 - Kotlin
-
Updated
Jun 3, 2020 - Dart
-
Updated
Apr 25, 2019 - Swift
-
Updated
May 23, 2020 - TypeScript
-
Updated
May 22, 2020 - Swift
Improve setup README
Could this be added to the README or a a separate markdown file be created for this?
Originally posted by @sudo-kaizen in jogboms/tailor_made#85 (comment)
-
Updated
May 1, 2020 - Kotlin
-
Updated
May 10, 2020 - Swift
-
Updated
May 27, 2020 - PHP
-
Updated
Jun 6, 2020 - TypeScript
Dashboard content can be implemented like what wordpress used on their dashboard
Contents we can show on the dashboard are:
- Total post (all, published, unpublished, scheduled) *I think content type page not included on this
- List of notification
- Help info (list of text reference with link to documentation repository)
- ... comment or edit to add more
 with ALL the instructions?
Thanks!
-
Updated
Dec 18, 2018 - JavaScript
-
Updated
Mar 14, 2020 - C++
-
Updated
Sep 23, 2018 - Java
-
Updated
Oct 4, 2019 - C#
-
Updated
Jun 7, 2020 - Pascal
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Apr 29, 2020 - TypeScript
-
Updated
Nov 13, 2017 - Vue
Improve this page
Add a description, image, and links to the firebase-storage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the firebase-storage topic, visit your repo's landing page and select "manage topics."
In the following screenshot documentation is using a small value for minimumFetchIntervalMillis without specifying that.

I have expected the value to be the default production value, or to at least have a comment that this value is a development specific value.
Reading the followin