Thank god an updated video for connecting firebase in flutter. I've been waiting since the flutter event.
@CarloDotLog Жыл бұрын
Nohe, you're super crystal clear! Great content. I hope to see more like this.
@hawarhekmat1174 Жыл бұрын
Love flutter and firebase 💕
@KB-pk5ze Жыл бұрын
Thank you I've been trying to do this for half a day trying different methods and this worked perfectly!!!
@storm209e Жыл бұрын
i get "unhandeled exception" error after "flutterfire configure".
@SandboxReadOak Жыл бұрын
If anyone is having an issue after running 'flutterfire configure', please make sure you created your new project on your Firebase account first, as you need to agree with the terms and conditions first. After that, you run 'flutter configure'. Creating a new project from the CLI doesn't seem to work at this point.
@karimashraf6862 Жыл бұрын
goat
@sahilchoudhary7252 Жыл бұрын
how to do that environment path staff before doing config CLI
@kholoudnashaat3203 Жыл бұрын
i was about to go crazy for having difficult time connecting my application with firebase but this video helped me aloot thank you
@thiagosoares62985 ай бұрын
Wow remembered 5 years ago when connect my app to firebase was a hard work
@rebazjabar7660 Жыл бұрын
we are waiting for more content like this, its much easier than manually.
@pranavrishi8 Жыл бұрын
This was dope, i was frustrated by seeing other videos, reading documentation, etc Thanks 🚀
@HillmerReyes Жыл бұрын
How to support different environments for an app? Each environment has its own firebase project behind
@PatrickRamez6 ай бұрын
1:10 what does that path mean?
@adil_elkhallouki Жыл бұрын
Thanks is very useful 👌👌👌
@JoqsanCastellanos2 ай бұрын
This was so good. Thanks.
@ashitora23584 ай бұрын
1:17 could you add more text because flutter create [project name] is not enought
@juliol52710 ай бұрын
Ok, I had problems with the path, this is how I solved it: If you are in windows the same cmd gives you which path to use. Copy it and go to : windows startup or cortana > type settings > type "Path" in the search engine > system variables modifier > environment variables (it's at the bottom) > choose the Paths in the list > Edit > add the one you copied at the beginning. And I had to restart the PC then it gave me no problems.
@NothingisImpossiblewithmyGod9 ай бұрын
What magic did you use to link the paths?? How can I know the path firebase is saved in?
@Echosofourland7 ай бұрын
Very helpful, I really appreciate for this solving problem having tackling since all this days ❤
@s.bamahfoodh9 ай бұрын
wow, I've never followed a tutorial where everything just worked on the first try lol.. great work
@Pix3lB Жыл бұрын
Flutter has amazing documentation.
@MameCherry4 ай бұрын
I ran the npm i -g firebase-tools but it's not showing what yours did
@rguinucci10 ай бұрын
I did all the steps, exactly the same. But i Can't make it work on web. (iOS and Android is fine) Error on launching web: Firebase: No Firebase App '[DEFAULT]' has been created - call initializeApp() first (app/no-app). Tried everything, initializeApp on index.html, (like works in flutter 2 a time ago), initialize on initState, on main etc etc etc. Nothing works.
@marufhassan6345 ай бұрын
If someone is getting an error with the command -> npm i -g firebase-t Use this -> npm install -g firebase-tools
@marcossalas7416 Жыл бұрын
i followed all steps and there is no info appearing in my Firebase or google dashboard or realtime... What can i do?
@aizacktae6 ай бұрын
That was great, I save a lot of time. Thanks for this tutorial.
@raquayza7141 Жыл бұрын
As soon as I add all that stuff you typed to the main.dart the file will not load up, or if I add the includes that you left out (import 'package:firebase_core/firebase_core.dart'; import 'firebase_options.dart';), I get : Exception has occurred. UnsupportedError (Unsupported operation: DefaultFirebaseOptions have not been configured for windows - you can reconfigure this by running the FlutterFire CLI again.) please help oir actually give a video that shows how to correctly install, I have been working on this for hours and hours now
@OmarSiroco10 ай бұрын
Wait, what did I just see! how did you make the 'Subscribe button' under the video animate since you say hit subscribe in the video?
@HaldenPeace Жыл бұрын
I got errors running Firebase Login. The firebase.ps1 cannot be loaded and it is not digitally signed. How to solve this?
@riham644 Жыл бұрын
same
@mycloudvip Жыл бұрын
Great Video. How do you manage Firebase Cloud Functions within Flutter?
@sahilchoudhary7252 Жыл бұрын
how to do that environment path staff before doing config CLI
@leo76253 Жыл бұрын
Is there a timeframe of when your going to start supporting desktop?
@Fawad06 Жыл бұрын
npm?
@adarshbhattarai0077 ай бұрын
Is it safe to have firebase details in client?
@marufhassan6345 ай бұрын
You should have added all the commands in the description. I had to pause the video multiple times to write them.
@SandboxReadOak Жыл бұрын
Why the rush? Give people at least 3 seconds. I barely had time to pause the video to read what commands you typed.
@IELTSwithJamoliddin3 ай бұрын
I agree
@adamumuktar94467 ай бұрын
what happens if I have flavors in my app?
@Mumtazalichanna Жыл бұрын
Hello dear i'm a mac user so here in terminal didn't work flutter build apk, so plz guide me but on ios simulator running good
@000-way7 Жыл бұрын
Which vscode theme are they using ?
@prashansaranga76099 ай бұрын
Thank you so much.. worked for me..
@LuigiRetzkowski4 ай бұрын
Doesnt work for me sadly. Maybe because im intergrating it into a working project. You create a new one an pass some unexplained firebase stuff and create it to work with it.
@blake454611 ай бұрын
Amazing tutorial
@gbengaabayomi8865 Жыл бұрын
1. Warning: Pub installs executables into $HOME/.pub-cache/bin, which is not on your path. You can fix that by adding this to your shell's config file (.bashrc, .bash_profile, etc.): export PATH="$PATH":"$HOME/.pub-cache/bin" what am i to do about this ? i use ubuntu OS 2. I keep having an error message when running flutterfire configure... Error message"flutterfire: command not found"
this will add pub to your PATH and you should no longer get the flutterfire: command not found error
@yashchandraverma3131 Жыл бұрын
Firebase Team, we need tutorial with flutter fire cli and flutter flavour.
@ruamapatricio831 Жыл бұрын
When I tried to run ocurred this error: tail -2 ~/.bash_profile tail : O termo 'tail' não é reconhecido como nome de cmdlet, função, arquivo de script ou programa operável. Verifique a grafia do nome ou, se um caminho tiver sido incluído, veja se o caminho está correto e tente novamente. (portuguese)
@SandboxReadOak Жыл бұрын
You're trying a Linux command on Windows. You just need to add the C:\Users\YOUR_USER_NAME\AppData\Local\Pub\Cache\bin to the PATH variable using the System Environment Variables. Then you can type path on your terminal and check the last entry to see if that was added. That's tail command did on his mac.
@navirobayo Жыл бұрын
Amazing. Thanks!
@Kristoph-69-69 Жыл бұрын
followed your instruction and it still didn't work. i've for two years ive been trying to get the hang of this technology and i'm just confused right now
@arturoespinosa3447 Жыл бұрын
It is awesome!, it cannot be easier and well explained, thank you!
@tatemuchi737211 ай бұрын
My man🤝
@ecapsdev44094 ай бұрын
Don't know why this has to be complicated when you can just integrated it directly to the IDE.
@KilloMeg Жыл бұрын
flutterfire configure not work
@EwertonDutra Жыл бұрын
very very fast the codes, but I can pause, if no ... 😂😂 Thanks for video
@shortclips1314 Жыл бұрын
Helpful
@SmartMedia101 Жыл бұрын
and then... it does not work.
@gokboruefetigrel2705 Жыл бұрын
thank you
@shortclips1314 Жыл бұрын
Helpful : )
@Ash-xu9tr Жыл бұрын
🔥
@barziyassin18 ай бұрын
thanks
@classicgamerz53949 ай бұрын
Thanks😁😁😁
@Miasdsadas7 ай бұрын
great
@iWeLogic7 ай бұрын
How to connect firebase into flutter module? I get an error [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null) #0 FirebaseCoreHostApi.initializeCore (package:firebase_core_platform_interface/src/pigeon/messages.pigeon.dart:210:7)