Last active
August 21, 2020 08:36
-
-
Save bachhm-dev/34ac79b4c11a819cec403300dc6fe2fb to your computer and use it in GitHub Desktop.
This file contains hidden or 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 "nativescript-plugin-firebase"; | |
firebase.init({}).then( | |
(instance) => { | |
console.log("firebase.init done"); | |
}, | |
(error) => { | |
console.log(`firebase.init error: ${error}`); | |
} | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment