starter_architecture_flutter_firebase
starter_architecture_flutter_firebase copied to clipboard
How to use this template without firebase
@bizz84 I am planning to use this starter project. But i am using my own server for OTP login and authorization. Can this project be used without firebase auth module?
It can be done, but you'd have to rip out all the Firebase-specific code.
I don't see this project as a template as such - more like a reference example app for my Riverpod architecture.
Hi @bizz84 , Could you please clone or revamp this project as without firebase. it would be really helpful people using their own custom backend.
On the internet most of the example apps are using firebase, but in real situation many of the organization using custom backend / Api's built with popular languages like (PHP, DOTNET Core, NODE, etc), in such case we would need to integrate flutter with custom API's
Kindly consider, and provide guide for custom backend/Api approach also.
Looking forward to here from you.
Thanks, Jagan
Thank you for the suggestion. I agree this would be useful and I've added to my (admittedly long) todo list. So no ETA yet.