Skip to content

Instantly share code, notes, and snippets.

@romanonthego
Created July 2, 2017 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romanonthego/6274b323688dc7cf7d12242c46b65db8 to your computer and use it in GitHub Desktop.
Save romanonthego/6274b323688dc7cf7d12242c46b65db8 to your computer and use it in GitHub Desktop.
import * as firebase from 'firebase/firebase-node'
export default function importFirebase() {
return Promise.resolve(firebase)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment