Once a user authenticates, theauth
variable in your Firebase Database Rules rules will be populated with the user's information. This information includes their unique identifier (uid
) as well as linked account data, such as a Facebook id or an email address, and other info.
The predefinedauth
variable in the rules is null before authentication takes place. Once a user is authenticated with Firebase Authentication, it will contain the following attributes:
provider The authentication method used ("password", "anonymous", "facebook", "github", "google", or "twitter"). uid A unique user id, guaranteed to be unique across all providers.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/deaa9ecb-6947-4b90-8e5a-99404c77275a%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/CADypTEaaYDgSu4fooW8OLkEgr%2Bs0sUSjq6G-CS-HHDUj5jqD%2Bg%40mail.gmail.com.
Hi , if any one have idea for email verfication using firebase please inform us .how we can use sendEmailVerification() function for firebase.
--
You received this message because you are subscribed to a topic in the Google Groups "Firebase Google Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/firebase-talk/u7iipFhXVxg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/1954eb61-47ce-481d-af68-9538776bbb4b%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Firebase Google Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/firebase-talk/u7iipFhXVxg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/9ffbd03d-4f30-44e7-9e81-7543aee30fd2%40googlegroups.com.
hey im newbie at firebase