Skip to content

Getting Started app With Cloud Firestore on the Web with Javascript. Based on Google Firecast video

Notifications You must be signed in to change notification settings

zaszab/cloud-firestore-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Getting Started with Cloud Firestore with Javascript

Example Javascript application based on Firecast video: https://www.youtube.com/watch?v=2Vf1D-rUMwE

Getting Started

Modify the following rows in your index.js to your settings, which you can find at the Firebase console.

  // Modify this to your configuration found at Firebase console
  // https://console.firebase.google.com/u/0/project/[projectname]/overview
  var config = {
    apiKey: "[apikey]",
    authDomain: "[projectname].firebaseapp.com",
    databaseURL: "https://[projectname].firebaseio.com",
    projectId: "[projectname]",
    storageBucket: "[projectname].appspot.com",
    messagingSenderId: "[senderid]"
  };

Then open index.html in your browser.

About

Getting Started app With Cloud Firestore on the Web with Javascript. Based on Google Firecast video

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published