Guest User

Untitled

a guest
Dec 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. noteId = window.location.hash; // was h
  2. project = "computasbrann-example";
  3. // f = firebase
  4. firebase.initializeApp({
  5. authDomain:project+".firebaseapp.com",
  6. projectId:project
  7. });
  8.  
  9. var dbClient=null;
  10. var uuid = uuidv4();
  11.  
  12. firebase.firestore().enablePersistence().then(function(){
  13. dbClient = firebase.firestore();
  14.  
  15. });
Add Comment
Please, Sign In to add comment