VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Flutter App with Firebase Authentication and Firestore Tutorial - Crypto Wallet

Flutter App with Firebase Authentication and Firestore Tutorial - Crypto Wallet

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn how to create a full stack Flutter application using Firebase authentication, Firestore, and open source APIs. You will learn to hook up APIs into a Flutter application, use Firebase authentication, and implement CRUD operations with Firestore. The app you will build is a cryptocurrency wallet app. You will be able to keep track of how much currency you have, convert it to US dollars, and remove coins from the wallet. -- Course developed by Bo Bleyl. https://github.com/Bobleyl/crypto_wallet_demo/tree/freecodecamp
Date: 2022-03-14

Comments and reviews: 10


Does somebody know why vs code show this error?
lib/net/flutterfire.dart:49:43: Error: The operator '[]' isn't defined for the class 'Object'.-
- 'Object' is from 'dart:core'.-
Try correcting the operator to an existing operator, or defining a '[]' operator.-
double newAmount = snapshot.data()['Amount'] + value;-
-

reply

Thanks, great tutorial. I have a question: will it be possible to retrive some info from firebase data bypassing the pin authentication? This is the scenario: some informations about the person who just suffered a stroke and can't use the phone but the the helping team could use - blood group, allergies
reply

Hi anyone having problem of receiving 400 error for POST request after clicking register button?please help me I am new to Flutter and I couldnt navigate to Homeview page as supposed at timestamp 31:13, i searched all over the web but find no solution relevant to mine TT
reply

Thank you, I was feeling frustrated with Firestore..and following this tutorial made a lot of things clear for me.
The steps were clear, I Finished it in one go. I will definetly add bloc and some extra features. Thanks again.

reply

Awesome video. Please in your next video can you show us the snippets in the documentation so we don't have to try and memorize these codes. It will really help to know where in the docs we can find these code examples. Thanks
reply

I'm getting an error here in Android studio, and I don't know how to resolve it too, it says type[] can't be assigned to document.data() and it also shows the same error in the addcoin function where we have snapshot.data()
reply

i have no idea what he is trying to do....is it just me or you guys also feel that video is not properly organized...I was hoping that it would be done from scratch...
reply

Do we need to commit the downloaded google-services.json and .plist files to commit history? Or are these private credentials that should not be committed?
reply

are some of these pub libraries deprecated? Im getting this err on first run: TypeError: Cannot read property 'app' of undefined-
at Object.app$

reply

Null safety problems all over the place when trying to apply the 'signIn' and 'register' Future functions.
Anyone else having those problems?

reply
Add a review, comment






Other channel videos