Skip to content

Instantly share code, notes, and snippets.

View Raj6939's full-sized avatar
🏠
Working from home

Raj Patil Raj6939

🏠
Working from home
View GitHub Profile
@victorbruce
victorbruce / Firebase.md
Last active September 2, 2024 13:38
My journey with Firebase so far. Cheatsheet to serve as a quick reference when developing firebase applications

Firebase

Set up firebase and Deploy

  • Head over to firebase. Sign in and create a project.

  • Copy your project settings under Firebase SDK snippet into your local project (ie your project's api key, auth domain, databaseURL, etc)

  • Create a file (firebase.js or config.js Any name that suits you is fine)