-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
I would like to use some of the API functionality other than the object and list observable within my application, but there is no documentation. I'm learning Angular 2 at the same time, so I'm struggling with a framework and the API. I'm trying to use FirebaseRef so that I have access to some of the API calls like once(), off(), on(). Is there no way to do this currently? I'm grasping here. I've moved code all over the place and can't get the once() call to work.
Is this functionality supported yet? If it's not, I'll be forced to write my application in Angular1/AngularFire because it is something I know already.