Jared Ezzet Hasson
Jared Ezzet Hasson
I'd be happy to do this is @Sriraj-dev doesn't deliver. I've shipped multiple apps using Google, Facebook, GitHub, and other OAuth providers with FirebaseAuth
Agreed. Trying to setup a workflow for deploying a function triggered by pub/sub is not well documented. The previously mentioned solution ``` event_trigger_type: google.pubsub.topic.publish event_trigger_resource: projects/$PROJECT_ID/topics/$TOPIC_ID event_trigger_service: pubsub.googleapis.com ``` may...
You may have already found a solution, but an updated version of this package is available (with null safety!) at https://github.com/furaiev/amazon-cognito-identity-dart-2
> So its official they stopped maintaining this package? Any other alternative package that I can use with a similar feature like this one? You can fork this repo, accept...
I just used idb_shim which works great.
I also need this functionality. https://cloud.google.com/identity-platform/docs/admin/manage-mfa-users All methods from this documentation should be supported
Any update on this @imaNNeo ?
firebase_core is on 2.17.0 at the time of writing. The fact that there is no compatible firebase_auth_desktop since 1.20.0 is very disappointing
Totally my bad! I'm used to Github Actions steps that clean up the formatting for me. Forgive the negligence. All cleaned up now
@davidmartos96 thanks for doing this work. Do you know if there's a good way to depend on your work instead of directly to the pub package? I've tried the following,...