Gabe O'Leary

Results 30 comments of Gabe O'Leary

I'm having the same issue, in fact it doesn't appear as though any part of this plugin is working (on android version 6)

I used a combination of @gaurav-chandra & @tomilofano solution which requires no extra plugin (checking `nav.canGoBack()` and then use `this.backgroundMode.moveToBackground()`)

@ddduarte I was also having trouble getting the implementation working, this is what I came up with (from my `app.component.ts`): ``` export class MyApp { @ViewChild('rootNav') navCtrl: NavController rootPage; constructor(...

have you tried setting a break point and stepping through to see where your code flows?

According to @jasonbosco the team _is_ working on it although it likely won't make it into the next release (v0.21.0).

Any update on whether this functionality is being considered for addition to the admin package? We have backend processes that run for each user upon which we'd like to log...

Thanks for the update @hiranya911. 🤞 the GA team is open to it. This is a blocker for us using firebase cloud messaging as is.

Thanks for pointing that out @prescottprue. I tried using that code, but after passing `getSnapshotFromObject` the data for a particular object instead of returning a `DocumentSnapshot`, it returns a `QuerySnapshot`....

![image](https://user-images.githubusercontent.com/16123225/70924905-32e11000-1fdf-11ea-9ba9-f56c84b10908.png)

looking into that `WeakMap` this is what I see: ![image](https://user-images.githubusercontent.com/16123225/70925083-80f61380-1fdf-11ea-97d5-172700223944.png) It looks like I _can_ access the `DocumentSnapshot`, but I assumed it would be a littler easier/simpler than this. Everything...