-
Notifications
You must be signed in to change notification settings - Fork 6.7k
The problem of Adding Firebase to GCP project #2447
Copy link
Copy link
Closed
Labels
type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
In which file did you encounter the issue?
Did you change the file? If so, how?
This solution will work:
- Paste the initialization snippet in the part of html page before the alert.
- Change the version of firebase ui to 4.2.0:
<script src="https://cdn.firebase.com/libs/firebaseui/4.2.0/firebaseui.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.firebase.com/libs/firebaseui/4.2.0/firebaseui.css"> - add this line at the :
<script src="https://www.gstatic.com/firebasejs/6.2.4/firebase-auth.js"></script>
AND PROBLEM SOLVED.
The problem is the version in the example code is too old.
Describe the issue
When I wanna to add firebase to my web app, the webpage cannot have the index page showing the icon according to the tutorial: Adding Firebase to your GCP project
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.