Alan Bedian
Alan Bedian
I'm surprised this hasn't been revised yet since I gave the fix in the question. It's official that with the latest Flutter releases that Navigator.of(context).pop and push no longer returns...
I second this feature request.. I've got my interop all built out in dart, and everything works up until I need to push a notification with FCM or PubSub, and...
Alright, that was a fun learning experience.. Worked out what I could and think I got it fairly accurate but not tested and not sure about certain bits, so you're...
I tried to test it locally in my app, and discovered the class Message is already used in firebase_functions_interop so we're getting a conflict.. That's a tricky one to deal...
Well, I took what I got so far and put it in my Fork.. Check it out here https://github.com/Skquark/firebase-admin-interop I still haven't fully tested it, and there were still those...
I guess an update has been long overdue since it's a pretty practical feature I can imaging a lot of people's projects would need. Just officially submitted a PR to...
You're right, sorry, that was an object I was a bit confused on the implementation because of the way it was documented in Google's api doc at https://firebase.google.com/docs/reference/admin/node/admin.messaging.DataMessagePayload which didn't...
I'm still trying to figure this out, I really don't want to redo all my code in the JavaScript. There's gotta be a way to send Firebase Cloud Messaging from...
I had hoped the native dart plugins would have been compatible, but I'm realizing the interop trick having to translate to node.js calls.. It would be nice if it was...
Hmm, I like some of your implementations, but not sure if those proposals really improve it's ease of use over the original. The goal would be as little typing as...