Sir Muje bs specific person ka data show krna ha jo login ho woh data upload kare or bs us ko he woh data show ho.. Please eidr se bata den. main 2 se 3 din ho gaye yah issue ni resolve ho rha. database se sara data fetch ho jata ha.
Please check your database if it has data or not and follow the playlist from start to get the better understanding of concepts. PS: you must be doing something wrong
Great content, Sir please also make a video on how to add images and get images from firestore/firebase. and add to cart functions like an e-commerce app. Please its really needed because there is no other trustable youtube channel for the firebase eCommerce app. Thank you
Error :: The following _CastError was thrown building StreamBuilder(dirty, state: _StreamBuilderBaseState#f6a05): Null check operator used on a null value
Thanks Sir ❤❤❤
Most welcome
sari video bhoot hi badhiya hai ,
1 hi baar me samjha diya ,
maza hi aa gaya 🙂
Share with your friends
Sir perfect series ❤❤❤❤
thanks
It's an unbelievable series ❤❤❤❤ bigginer must watch this
Thank you, share with your friends
perfectly done
Great man thanku
Thank you
Asif nahi single firestore kaisa fetch karain iss par bei vedio bana dain
Use query parameters
@@thetechbrotherss cons query
@@thetechbrotherss yar google sa search kaya Latin samajh nahi aa nahi
Unbelievable Series of Firebase x Flutter For Beginners 😇🥰
Thank you, share with your friends
Asif bahi Image fetch kar na bata dain stream builder kar through abhi plz plz plz
Bro ho ahead follows this playlist already taught this
@@thetechbrotherss car ma store application bana raha the was a mara error solve ho gaya hai
sir plz make a video on how to fetch subcolection
Already did check the full playlist and watch firestore section and understand it
Please make a video on Firestore subCollection crud operations
Ok
i also have same problem Bad state: cannot get a field on a DocumentSnapshotPlatform which does not exist
As problem states, you document don't exists
data is loading in random formate, how to load in assending or decending order ?
I have also noticed this in recent updates
I mean, how to fetch the last post at the end of all
also working on in this how to fixed this issue in my chat app. data sort it self in a random order. so cannot be sure which one is last message
Sir social media application k tutorial kb tk aye gen ?
It's in plaining phase very soon
Sir Muje bs specific person ka data show krna ha jo login ho woh data upload kare or bs us ko he woh data show ho.. Please eidr se bata den. main 2 se 3 din ho gaye yah issue ni resolve ho rha. database se sara data fetch ho jata ha.
watch firebase social media application playlist sign up part and storing data video
@@thetechbrotherss ok Sir
bro i am not getting data only circularprogressindicator is running
Please check your database if it has data or not and follow the playlist from start to get the better understanding of concepts.
PS: you must be doing something wrong
@@thetechbrotherss When I put container and use streambuilder inside container then it works otherswise it gives error "!needlayout"
Great content, Sir please also make a video on how to add images and get images from firestore/firebase. and add to cart functions like an e-commerce app. Please its really needed because there is no other trustable youtube channel for the firebase eCommerce app. Thank you
This tutorial is scheduled for tomorrow
For add to cart function please watch shopping cart playlist in firebase
@@thetechbrotherss ok and sir please also upload the images directly click upload image in firebase storage
Bad state: cannot get a field on a DocumentSnapshotPlatform which does not exist
one of the key is missing for your values, try to delete it and add new values, make sure to use the same key
👍
thank you
Bro you are doing great. JazakAllah
thank you
my querstion: how to get user current email ?
final userEmail = FirebaseAuth.instance.currentUser.email;
print(userEmail);
doesnt work.
final auth = FirebaseAuth.instance ;
final user = auth.currentUser ;
print(user.email)
Error :: The following _CastError was thrown building StreamBuilder(dirty, state: _StreamBuilderBaseState#f6a05):
Null check operator used on a null value
Check null values and handle it