Skip to content

Instantly share code, notes, and snippets.

View turystahobby's full-sized avatar
💭
< H O B B Y >

SEO hobby EXPERT turystahobby

💭
< H O B B Y >
View GitHub Profile
@codediodeio
codediodeio / config.js
Last active April 16, 2024 04:46
Snippets from the Firestore Data Modeling Course
import * as firebase from 'firebase/app';
import 'firebase/firestore';
var firebaseConfig = {
// your firebase credentials
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);