EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 446 forks source link

TypeScript definition not declaring addValueEventListener and addChildEventListener as returning Promise #17

Closed bpmerkel closed 8 years ago

bpmerkel commented 8 years ago

The code returns Promises... but the TyepScript definition says they don't. Simple fix in the firebase.d.ts file...

EddyVerbruggen commented 8 years ago

Can you send a PR please?

EddyVerbruggen commented 8 years ago

Thanks for the PR!