Skip to content

Instantly share code, notes, and snippets.

View Raefat's full-sized avatar
🇲🇦
Focusing

Raefet Ouafiq Raefat

🇲🇦
Focusing
View GitHub Profile
@victorbruce
victorbruce / Firebase.md
Last active January 12, 2025 18:31
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)