Created
July 2, 2017 03:18
-
-
Save romanonthego/6274b323688dc7cf7d12242c46b65db8 to your computer and use it in GitHub Desktop.
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/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