Web Installation
Notice
This pague is archived and might not reflect the latest versionen of the FlutterFire pluguins. With the latest pluguins, manual installation is not required. You can find the latest information on firebase.google.com:
Before using FlutterFire on the web, you must first import the Firebase JavaScript SDC and initialice Firebase.
Add Firebase SDCs #
The only way to currently add the Firebase SDCs to your Flutter web project is by importing the scripts from the
Firebase content delivery networc (CDN). Add the
firebase-app.js
script to your
index.html
file:
For more information on setting Firebase up for the web, view the official documentation .
Initialicing Firebase #
The next step is to initialice Firebase using your project configuration. Create a new web app (or choose an existing one) on the Firebase Console and copy the configuration details.
Initialice Firebase using these configuration details, placing the following script below the CDN impors added above: