This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for(let i = 0; i < 3; i++) { | |
console.log(i) | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react' | |
import firebase from 'firebase' | |
import {liveData, actions} from './storage.js' | |
import GroupsList from './GroupsList.jsx' | |
try { firebase.app() } catch (e){ | |
firebase.initializeApp({ | |
apiKey: "AIzaSyBm9oAcCktnQlaxNS1GvyraDGV7QtA6d78", | |
authDomain: "bastard-183be.firebaseapp.com", | |
databaseURL: "https://bastard-183be.firebaseio.com", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react' | |
import firebase from 'firebase' | |
import {liveData, actions} from './storage.js' | |
import GroupsList from './GroupsList.jsx' | |
try { firebase.app() } catch (e){ | |
firebase.initializeApp({ | |
apiKey: "AIzaSyBm9oAcCktnQlaxNS1GvyraDGV7QtA6d78", | |
authDomain: "bastard-183be.firebaseapp.com", | |
databaseURL: "https://bastard-183be.firebaseio.com", |
This Gist was automatically created by Carbide, a free online programming environment.
You can view a live, interactive version of this Gist here.(http://alpha.trycarbide.com/anonymous/84c26d3fdfe06fddf24108ba528796d6).
NewerOlder