How to Connect Flutter App with Firebase [2024] Easy Setup!

preview_player
Показать описание
Step by step showing how to connect firebase with flutter app in android studio.
#firebase #fluttertutorialforbeginners #firebasetutorial #databaseflutter
#firebasesetup
Рекомендации по теме
Комментарии
Автор

if you are getting error please follow this instruction.

1.open app level build.gradle
2.change ' minSdkVersion flutter.minSdkVersion ' to ' minSdkVersion 21 '
hope everything will works perfect.

Appsenses
Автор

my android level build.gradle looks different and it doesnt have a buildScript{} should I add one?

Mohammed_Albaqer
Автор

Thanks, finally solved . I was struggling almost 10 days.

devs-ysfu
Автор

thanks, for the tips i changed the version

smarttransport
Автор

Thank you for providing such clear instructions! When is the next video coming up?

jacejoji
Автор

I dont have a Dependencies section

And where is the pludin section!?
As i use flutter 3.22

hilalshaaban
Автор

it connected sir, for me also the change was instead of 4.4.1 firebase, i used 4.3.15 just as you showed in your video..

THANKYOU

jithendra.k.sfirst_yr_b.sc
Автор

I was frustated from over 25 days because of the update of firebase, I could'nt connect my application to firebase. After this video I was able to connect with firebase, The change from 4.4.1 to 4.3.15 really works.
Can you suggest what if we want to connect latest flutter sdk version which do not have the buildscript block in build.gradle file

harshitagrawal
Автор

Failed to load FirebaseOptions from resource. Check that you have defined values.xml correctly., Exception, Cause: null, Stacktrace: java.lang.Exception: Failed to load FirebaseOptions from resource. Check that you have defined values.xml correctly.
Please help

anishprajapat
Автор

I got error failed to load resource.intillizing firebase

ayushthakur
Автор

in my android/build.gradle don't have dependency section but app/build.gradle have dependency so can I use this one ??

muskanjha
Автор

what if i dont have the dependencies part on android/build.gradle? it seems my build.gradel didn't build with anything from allproyects upwards

Jpes
Автор

* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all files for configuration ':classpath'.
> Could not find 4.4.1:.
Required by:
project :

mavish