firebase-auth
Here are 2,403 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.
As PWA add to home screen workflow is different on each platform/browsers, we could add a button on the interface to trigger the installation. It will standardize add to home screen workflow for all browsers.
See official doc
for more informations
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 29, 2020 - JavaScript
FR: Enum with errors
I find useful having this
https://firebase.google.com/docs/auth/admin/errors
as an enum exported from typings.
Is this something you are fine with? I can open a PR
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jun 16, 2020 - Go
-
Updated
Jun 1, 2020 - Java
Add a source map to the doc generation process so that reference docs can link directly into source files for each function/constant/etc.
-
Updated
Jul 5, 2020 - Vue
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jul 15, 2020 - Dart
-
Updated
Jan 23, 2020 - Swift
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
Add a source map to the doc generation process so that reference docs can link directly into source files for each function/constant/etc.
-
Updated
Jun 16, 2018 - C++
-
Updated
Dec 21, 2019 - Kotlin
-
Updated
Feb 26, 2020 - C#
-
Updated
Jul 7, 2020 - TypeScript
-
Updated
May 23, 2020 - TypeScript
-
Updated
Jul 16, 2020 - Vue
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jun 6, 2020 - TypeScript
In your documentation you mentioned to put the below code snippet in styles.scss:
@supports (-webkit-appearance:none) {
.mdl-progress:not(.mdl-progress--indeterminate):not(.mdl-progress--indeterminate) > .auxbar,
.mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate) > .auxbar {
mask: url(/assets/images/buffer.svg?embed) !important;
}
}
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
Jun 20, 2020 - PHP
-
Updated
May 1, 2020 - Kotlin
-
Updated
Oct 25, 2018 - JavaScript
Improve this page
Add a description, image, and links to the firebase-auth topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the firebase-auth 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