KenAragorn / create_flutter_provider_app

A boilerplate project created in Flutter using Provider and Firebase.
MIT License
400 stars 117 forks source link

Firebase changes #9

Open Big-taff opened 3 years ago

Big-taff commented 3 years ago

Hi Ken

Any plans to apply the changes required for the latest Firebase updates?

Thanks Bigtaff

KenAragorn commented 3 years ago

Hi @Big-taff ,

Yes, in fact I just completed a side project and released it to Google App Store - using this project as the base. Is part of my plan to add new code features, example and update the plugins lib.

Here it is: https://play.google.com/store/apps/details?id=com.venturearkstudio.shoplist.prod

Big-taff commented 3 years ago

Hi Ken

Thanks for your reply and apologies for my slow response.

The code you've provided is much appreciated...

Bigtaff

jmls commented 3 years ago

sorry, slightly confused ;) are the changes for the latest firenbase updates applied ? Or do we need to appl the open PR ?

Big-taff commented 3 years ago

No the PR doesn't work for me, I'm still investigating why, something wrong when initialising Firebase Core.

sxywalkr commented 3 years ago

many thanks for your greate project, it's help me a lot understanding currently i'm building app using your boilerplate and facing issue when generate release version, the app just crush on startup. after browsing, it's dependencies need update or using --no-shrink on release version

then here is my question, are there any update using newer firebase core? since i'm still newbie and need more help understanding

again, your project is the best

arturjnt commented 2 years ago

I think some code might have been lost on the merge between PRs. I had to make some changes to get the app running, and even after that, I'm stuck on an issue. But the first part of my question might help you guys.