-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typings for Firebase #123
Comments
👍 |
+1 |
1 similar comment
+1 |
+1 FirebaseAuthData only has |
+1 |
1 similar comment
+1 |
+2 |
+3 |
is it for firebase3.0? as far as I know, firebase has experienced a big upgrade during Google IO 2016. |
+100 |
So a work around is to set up all the Firebase config in the index file just as the documentation says. Then at the top of all your typescripts add declare var firebase: any; |
Yes, you can always use |
@jlsuarezs I created a repo based on your file. I'm not familiar with |
@unional Could you help me install your version of the typings? I can't seem to figure out how to properly include your registry in my |
You can try it using |
@unional Can you add to the registry? |
Based on the same issue I'd also be interested in seeing a 3.0 update for angularfire |
Please create a new typings request for it. Better yet, help create the typings 😉 |
It is now in registry. Please file issue there https://github.com/typed-typings/npm-firebase/issues if something is missing or incorrect. |
Not sure where to submit this, since TSD is being deprecated. But it looks like the DT typings for Firebase are a little outdated.
Some of the methods return promises now.
The text was updated successfully, but these errors were encountered: