Skip to content

Instantly share code, notes, and snippets.

@bachhm-dev
Last active August 21, 2020 08:36
Show Gist options
  • Save bachhm-dev/34ac79b4c11a819cec403300dc6fe2fb to your computer and use it in GitHub Desktop.
Save bachhm-dev/34ac79b4c11a819cec403300dc6fe2fb to your computer and use it in GitHub Desktop.
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