"firebase.js:26 Uncaught Error: Firebase App named '[DEFAULT]-firebaseui-temp' already exists." on react re-render when I return to a tab in a single page application
222 views
Skip to first unread message
Juan Letamendia
unread,
Sep 28, 2016, 10:38:10 AM9/28/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
I've created a 3 tab page that works as a single page app in ReactJS. I'm trying to use the module Firebase Authentication. The problem is that the first time that I go to that tab creates the auth login form. If I go to another tab and come back I get the error "firebase.js:26 Uncaught Error: Firebase App named '[DEFAULT]-firebaseui-temp' already exists." . Can anyone help me to avoid this re-render problem?. Thanks!