πŸ–₯️Admin Setup

Open your Firebase console and add the new app as a web

Register app name

Click User a <script> tag

const firebaseConfig = {

    apiKey: "",

    authDomain: "",

    projectId: "",

    storageBucket: "",

    messagingSenderId: "",

    appId: "",

    measurementId: ""

  };

Open admin project

Open index.html file

Open /lib/main.dart file

Save these files.

Last updated