Skip to content
#

firebase-auth

Here are 2,403 public repositories matching this topic...

isupremedyou
isupremedyou commented Jan 21, 2020
  • 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.

bento-starter
cdoe
cdoe commented Nov 14, 2019

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

Learn to create complete Angular 7 Firebase 5 authentication system tutorial from scratch. Learn how to setup sign In, sign up using custom email and password, social login provides such as Google and Facebook, protect routes using canActivate method.

  • Updated Jun 6, 2020
  • TypeScript
choopage
choopage commented Feb 28, 2019

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 this page

Add a description, image, and links to the firebase-auth topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.