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
// Example enum Material | |
pub enum Material { | |
Grass, | |
Sand, | |
Rock, | |
Water, | |
} | |
// match_prop macro | |
macro_rules! match_prop { |
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 * as firebase from 'firebase' | |
import 'firebase/firestore'; | |
class FireBase { | |
constructor() { | |
let config = { | |
apiKey: "AIzaSyAO8BB0W6mXDr3ihvkMn-uJjopgfsf_qow", | |
authDomain: "cherishly-412dd.firebaseapp.com", | |
databaseURL: "https://cherishly-412dd.firebaseio.com", | |
projectId: "cherishly-412dd", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer