Rik Bellens

Results 68 comments of Rik Bellens

I could probably quite easily create some federated packages for the realtime database and cloud storage (and auth), but as I will not use it for my own projects (I...

Hi @tarang1998, This is already implemented. It is available in the latest prerelease version [1.1.0-dev.8](https://pub.dev/packages/firebase_dart/versions/1.1.0-dev.8). I use multi factor authentication with sms in a production app. This mostly uses the...

`firebase_admin` uses `firebase_dart` under the hood to connect to the realtime database. `firebase_dart` currently does not support app check.

This package is indeed intended for server or command line applications. Not for frontend.

Hi @kevmoo , This package only implements the jose specs. For openid related stuff, there are other packages, like `openid_client`. Why do you think this should be part of this...

why would be your use case? don't really see the point of using an admin sdk on the web

ok, makes sense then. Note however that this library does not support firestore (yet), only the realtime database. It should be possible to make it work on web.

Can you provide some more info? At what point do you get this error?

I'm currently updating the `firebase_dart` package, which this package depends on. Once that's done, I will start working on this one.

@BetterB0y Thanks for this PR. I'll check it.