Skip to content

Instantly share code, notes, and snippets.

View pbahr97's full-sized avatar
💻
Developing 😄

pirmin_bahr pbahr97

💻
Developing 😄
  • piparo.tech UG
  • Nürnberg
  • 11:12 (UTC +02:00)
View GitHub Profile
@pbahr97
pbahr97 / config.js
Created March 16, 2021 13:27 — 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);