Skip to content
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

Closed
rolandjitsu opened this issue Feb 16, 2016 · 20 comments
Closed

Typings for Firebase #123

rolandjitsu opened this issue Feb 16, 2016 · 20 comments

Comments

@rolandjitsu
Copy link

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.

@dstauffer
Copy link

👍

@a8775
Copy link

a8775 commented Mar 7, 2016

+1

1 similar comment
@warnerpinz
Copy link

+1

@mariommoreno
Copy link

+1

FirebaseAuthData only has google?: FirebaseAuthDataGoogle;
What about facebook, twitter and github?

@rbinsztock
Copy link

+1

1 similar comment
@paulogr
Copy link

paulogr commented May 16, 2016

+1

@jeaber
Copy link

jeaber commented May 30, 2016

+2

@aaronklaser
Copy link

+3

@skywalkerlw
Copy link

is it for firebase3.0? as far as I know, firebase has experienced a big upgrade during Google IO 2016.

@Epotignano
Copy link

+100

@aaronklaser
Copy link

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;

@blakeembrey
Copy link
Member

Yes, you can always use any. We also have a polyfill for the any behaviour - you can do typings install firebase=common~any --save to install the polyfill.

@eusthace811
Copy link

@unional
Copy link
Member

unional commented Jun 26, 2016

@jlsuarezs I created a repo based on your file. I'm not familiar with firebase. It seems to be quite different than the version in DT.
Would you like to take to take a look at it and if it is ok, it can be published to registry so you can add it to your typings.json instead of manually put it in your repo
https://github.com/typed-typings/npm-firebase

@Karasuni
Copy link

Karasuni commented Jul 2, 2016

@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 typings.json

@unional
Copy link
Member

unional commented Jul 2, 2016

You can try it using typings install github:typed-typings/npm-firebase
If the typings is fine, then I can add it to the registry so you can typings install firebase

@5amfung
Copy link

5amfung commented Jul 5, 2016

@unional Can you add to the registry?

@Karasuni
Copy link

Karasuni commented Jul 5, 2016

Based on the same issue I'd also be interested in seeing a 3.0 update for angularfire

@unional
Copy link
Member

unional commented Jul 5, 2016

3.0 update for angularfire

Please create a new typings request for it. Better yet, help create the typings 😉

@unional
Copy link
Member

unional commented Jul 5, 2016

It is now in registry. Please file issue there https://github.com/typed-typings/npm-firebase/issues if something is missing or incorrect.

@unional unional closed this as completed Jul 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests