You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
Hi, I'm authentication. I have followed the example of the documentation, I'm authentication "EmailPassword". The problem is that when I create the user, the method onAuthStateChanged runs 4 times and only have to run one
Abe Haskins
unread,
Jun 3, 2016, 1:03:25 PM6/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
Can you confirm that you're only calling onAuthStateChanged(cb) once? If you're doing that multiple times it's likely to be called repeatedly. You could also check the auth data your callback is getting and check if it's different on each call.