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
@turystahobby
turystahobby / config.js
Created January 13, 2021 23:29 — forked from codediodeio/config.js
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);