NEWS

No title

Set up Firebase Hosting
1
Install Firebase CLI
To host your site with Firebase Hosting, you need the Firebase CLI (a command line tool).

Run the following npm command to install the CLI or update to the latest CLI version.

npm install -g firebase-tools

Harga: [Harga]

Metode Pembayaran:

npm install -g firebase-tools

Use your API keys securely. Do not share them or embed them in code the public can view

  AI STUDIO
  API KEY Generated
  AIzaSyCPB2gLQ6FImOYjVh2WTQcYg0lpE_ia6Lc
  

filestore database firebase
  rules_version = '2';

  service cloud.firestore {
  match /databases/{database}/documents {
    match /{document=**} {
      allow read, write: if false;
    }
  }
}

  storage firebase
  
  gs://batang-bayang.appspot.com
  
  
Previous Post Next Post