Open mathiouchio opened 4 years ago
Latest firebase requires appId to be passed in the config.
var config = { appId: "", apiKey: "", authDomain: "", databaseURL: "", projectId: "", storageBucket: "", messagingSenderId: "" };
+1
Latest firebase requires appId to be passed in the config.
var config = { appId: "",
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: ""
};