Тёмный

Flutter Firebase Setup || How to Connect Firebase with Flutter in 2024 

WTF Code
Подписаться 4,7 тыс.
Просмотров 23 тыс.
50% 1

firebase setup flutter, flutter firebase setup, connect you firebase with flutter in 2024, firebase setup
In this comprehensive Flutter Firebase tutorial, we'll guide you through the setup process for both iOS and Android platforms. Whether you're a beginner or an experienced developer, this tutorial will help you integrate Firebase with your Flutter app seamlessly.
We'll cover everything you need to know, from setting up Firebase in your Flutter project to connecting your app with Firebase services. You'll learn how to set up Firebase Authentication, Firestore database, and Cloud Storage for both iOS and Android platforms.
By the end of this tutorial, you'll have a solid understanding of how to connect Flutter with Firebase and leverage its powerful features to build amazing cross-platform apps.
Join us and take your Flutter app development skills to the next level with Firebase integration.
#day81 #flutterfirebase #firebasesetup #100_days_of_flutter_ui #flutterui #flutter_challenge
**If you have any queries then message me(for business purposes, any doubt and help)
nabinpaudyal2057@gmail.com**
Source Code:
// firebse initialization
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp();
// root level build.gradel
buildscript {
ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.15'
}
}
Flutter Playlist: • Flutter Tutorial Series
100 DayOf Flutter UI: • 100 DayOf Flutter
Firebase Playlist: • Flutter Firebase
API Playlist: • Flutter Rest API Tutorial
Flutter Animation Playlist: • Flutter Animation
Flutter Web playlist: • Flutter Web Tutorial (...
Flutter UI Playlist: • Flutter UI Design
Connect with us on Social Media
Twitter: / nabinpaudyal2
GitHub:github.com/Nab...
Instagram: / wtfcode01
Music track: Building Dreams by Aylex
Source: freetouse.com/...
Music for Video (Free Download)
#flutter #firebasetutorial #flutterfirebase #firebase #firebasesetup #flutterui #wtfcode #wtf_code #coding #programming #flutterwidgets #day81 #100_days_of_flutter_ui #100daysofcode

Опубликовано:

 

8 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 72   
@RawatSenpai
@RawatSenpai 17 дней назад
It worked thanks . I was stuck in this issue from morning and your video resolved it thanks
@ecapsdev4409
@ecapsdev4409 29 дней назад
Wow. I spent a day fixing this firebase because I rely on their documentation. Thanks man. I'm subscribing.
@setsteps3608
@setsteps3608 3 месяца назад
Thanks i was also stuck in this error for three days
@Icoder287
@Icoder287 8 дней назад
helpful bro !! thank you so much 👽👍
@karthickb343
@karthickb343 2 месяца назад
Thanksss bro ,i thought the some problem was with my setup and re installed it ,a month ago 😮‍💨
@wtf-code
@wtf-code 2 месяца назад
Glad I could help
@better_notes182
@better_notes182 2 месяца назад
Thank you, this was very useful! Much love from Nepal ❤
@wtf-code
@wtf-code 2 месяца назад
So glad! Bro
@bladycivilian
@bladycivilian 2 месяца назад
thank you so much I was stuck on that groovy code for days. not realizing I dont have to add whole of it ⭐
@wtf-code
@wtf-code 2 месяца назад
Glad it helped!
@user-xm2ks3vd1b
@user-xm2ks3vd1b 2 месяца назад
any one know what is the reason for missing those code in latest update? btw thanks brother
@Siawaseninaritai302
@Siawaseninaritai302 Месяц назад
Perfect Tutorial🔥
@donqixote8659
@donqixote8659 3 месяца назад
thank you your video has helped me solve the problem.
@wtf-code
@wtf-code 3 месяца назад
Glad it helped
@nuhluosman9008
@nuhluosman9008 Месяц назад
Thanks .great video
@kokoushalomtogbo2724
@kokoushalomtogbo2724 Месяц назад
honnetement parlant ton tuto m a beaucoup aidé
@tahaaftab6169
@tahaaftab6169 3 месяца назад
sir why i still getting error it shows duplicate class error (duplicate class) of 20 to 30 lines. pleas halp me I tried whole day different things but didn't work
@ShivaPal-ky3xf
@ShivaPal-ky3xf 3 месяца назад
is it solved?
@tahaaftab6169
@tahaaftab6169 3 месяца назад
@@ShivaPal-ky3xf no
@guerrerogonzalezjuanjose1581
@guerrerogonzalezjuanjose1581 2 месяца назад
Im facing the same issue :CCC
@CHHATRAPHULARA
@CHHATRAPHULARA 2 месяца назад
i am also facing same error
@Nicompter
@Nicompter 2 месяца назад
Ye me too but I fixed it. Also took me few hours xD. Just add configurations.all { resolutionStrategy.eachDependency { details -> if (details.requested.group == 'org.jetbrains.kotlin') { details.useVersion "1.8.22" } } } into ur android/build.gradle at allProjects{} so in the end it could look like this: allprojects { repositories { google() mavenCentral() } configurations.all { resolutionStrategy.eachDependency { details -> if (details.requested.group == 'org.jetbrains.kotlin') { details.useVersion "1.8.22" } } } } inside ur android/build.gradle
@captainfatbelly-cg2jl
@captainfatbelly-cg2jl 3 месяца назад
brother thanks a lot you're a hero
@rodneyreign2250
@rodneyreign2250 3 месяца назад
1.7.10 doesnt work for me
@rodneyreign2250
@rodneyreign2250 3 месяца назад
kotlin version
@wtf-code
@wtf-code 3 месяца назад
It's work if you have used google-services:4.3.15 version.
@wtf-code
@wtf-code 3 месяца назад
I got error on latest kotlin version, that's why i used this version.
@rodneyreign2250
@rodneyreign2250 3 месяца назад
@@wtf-code thank you man. I'll try it out
@Freecine-officials
@Freecine-officials 2 месяца назад
works like fire😊😊🙏
@fayezyasin6847
@fayezyasin6847 Месяц назад
Thank you very much
@kodular_Expart_developer
@kodular_Expart_developer 3 месяца назад
Tnx brother
@wtf-code
@wtf-code 3 месяца назад
Most welcome
@daddookhan7647
@daddookhan7647 Месяц назад
I got a error when a i type a await then my app is not working other then await my app is working kindly help me
@MatthewYeo-fe7uj
@MatthewYeo-fe7uj 3 месяца назад
bro u r a lifesaver
@wtf-code
@wtf-code 3 месяца назад
Glad to hear that!
@Muhammadafaqakram786
@Muhammadafaqakram786 3 месяца назад
thank buddy
@wtf-code
@wtf-code 3 месяца назад
You're welcome!
@yarachesu2604
@yarachesu2604 2 месяца назад
Are you forgotten to say 'flutterfire configure' in terminal or ??
@bulubala2162
@bulubala2162 Месяц назад
Hi, on line: apply plugin: "dev.flutter.flutter-gradle-plugin" i have this error: Plugin with id 'dev.flutter.flutter-gradle-plugin' not found. Any Idea on how to fix this? Thanks!
@lenoxwilliam1353
@lenoxwilliam1353 2 месяца назад
im trying to add the ios app name bundle to firebase but it doesnt pick the name,yet it worked on anroid setting on firebase anyone help
@nextdevgr
@nextdevgr 3 месяца назад
Thanx!!! you helped me!!!
@wtf-code
@wtf-code 3 месяца назад
Glad I could help!
@sushildstha
@sushildstha Месяц назад
NEED HELP : it says add latest version of kotlin and i tried it too but still not working
@wtf-code
@wtf-code Месяц назад
If you used the latest version of kotlin then you face error according to my experience. You need to match the kotlin version to other package version as well. Solution of this problem is used the same version that i have used in this video. I have match all this version my taking to much time(by doing hit and trial).
@alihussainabro7694
@alihussainabro7694 3 месяца назад
Thanks brother very help ful video. why buildgradle code missing
@wtf-code
@wtf-code 3 месяца назад
Welcome brother
@musichub9485
@musichub9485 3 месяца назад
Thank You bro
@Zahida-e1y
@Zahida-e1y Месяц назад
Hello
@andgamer4890
@andgamer4890 3 месяца назад
are bhai sidhe flutter ko connect karne ka na kyu android aur ios ko alag alag kar rahay ho?
@angadsingh1099
@angadsingh1099 3 месяца назад
voi smjh nahi aarha inka merko
@ginnafadilla6306
@ginnafadilla6306 Месяц назад
Hi, I tried this but when I try to run the project the splash screen doesn't appear
@ecobriket
@ecobriket Месяц назад
same, i run the project but the main screen doesnt appear, its white all
@wtf-code
@wtf-code Месяц назад
The solution to this problem is to ensure that when initializing firebase in your project, ensure you include the "name" parameter of your project. See the example below. Future main() async { WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp( name: 'firebase-project-name', options: DefaultFirebaseOptions.currentPlatform, ); }
@anikagaming4389
@anikagaming4389 Месяц назад
Bro error on properties what should I do
@wtf-code
@wtf-code Месяц назад
Bro, To be honest, many users face different errors when connecting the Flutter project with Firebase. There is no other solution from my side. You can do it carefully without missing any steps and if you are an iOS user then you can do Firebase CLI it is easy and you can't face any problems, still there you face many problems on Android setup from Firebase CLI as well.
@sabinkc7276
@sabinkc7276 3 месяца назад
Brother, are you from Nepal??
@wtf-code
@wtf-code 3 месяца назад
Yes
@setsteps3608
@setsteps3608 3 месяца назад
Why these line are missing when we create new prohect
@wtf-code
@wtf-code 3 месяца назад
I don't even know
@anittajoseph28
@anittajoseph28 Месяц назад
Thanks i was also stuck in this error for three days
@wtf-code
@wtf-code Месяц назад
Glad to help you
Далее
Пришёл к другу на ночёвку 😂
01:00
10x Your Speed With Flutter
8:04
Просмотров 32 тыс.
Add Firebase to your Flutter app: The fast way
3:21
Просмотров 139 тыс.
React Native vs Flutter - Which should you use?
22:31