(Ep 64) Firebase Crashlytics In Flutter

Поділитися
Вставка
  • Опубліковано 12 гру 2020
  • Crashlytics will give you realtime insights into any issues your users are having with your app. See how to set it up for your flutter app for both iOS & android versions.
    🤑 GET 10% OFF iubenda Privacy Policy: iubenda.refr.cc/NWRJXBQ
    ✅ Get Your Custom Domain From NameCheap: namecheap.pxf.io/xKV71
    🎧 Get your free audiobook: www.audibletrial.com/1manstartup
    😎 If you enjoy the videos, consider supporting the channel: 1manstartup.com/donate
    ▶️ Upgrading to Firebase core 0.5.0: • (Ep 55) Flutter: Upgra...
    👍 Complete Code on GitHub: github.com/davefaliskie/trave...
    Other Useful Links:
    Installing Crashlytics: firebase.flutter.dev/docs/cra...
    #flutter #firebase #crashlytics
  • Наука та технологія

КОМЕНТАРІ • 50

  • @vipinkrishna131
    @vipinkrishna131 3 роки тому

    Worked for me. Thanks!

  • @AbdulRehman-ew5fu
    @AbdulRehman-ew5fu 2 роки тому

    saw the name of the channel and I immediately clicked subscribe 🔥

  • @yarenimerida2402
    @yarenimerida2402 2 роки тому

    thanks for the video, your simplified information helped me a lot

  • @naushilshah4074
    @naushilshah4074 3 роки тому

    Worked for me. Thanks. Cheers!

  • @pravinprince3221
    @pravinprince3221 10 місяців тому

    Thank you for the wonderful video sir it is very helpful for me and my team, Thanks again sir

    • @1ManStartup
      @1ManStartup  10 місяців тому

      Glad to hear this is still useful after 2yrs! Can't say the same for all my videos 😬

  • @apoorvamn6233
    @apoorvamn6233 Рік тому

    Great stuff! Can you make a future video on custom logging and keys?

  • @user-vw1sm7tn8t
    @user-vw1sm7tn8t 3 роки тому +1

    great guide man

  • @MuruganSubbarayan-jx2kr
    @MuruganSubbarayan-jx2kr Рік тому

    Hey Bro, It is really good video

  • @albanr8028
    @albanr8028 2 роки тому

    Thank you !

  • @flutterwithvitul
    @flutterwithvitul 3 роки тому

    thnak you, save my time

  • @hbsvidu
    @hbsvidu 3 роки тому

    Thanks

  • @sunndog
    @sunndog 2 роки тому

    If I ofuscate my dart code in my release build... is there a way to upload the symbols to Crashlytics so that it will automatically deobfuscate the stack traces?

  • @nemesis2023
    @nemesis2023 3 роки тому

    Hey, thanks for your video! Great work. But at one point, i dont know, that you did. In 12.21 you are in the loading screen and after a cut in 12.23 you are in the crashlics ios console. What have you changed that the loading screen no longer appears?

    • @1ManStartup
      @1ManStartup  3 роки тому

      Nothing other than it took ~5-10 minutes for firebase to register the crash so I cut out the wait. make sure you crash your app and then reopen it.

  • @reymartdechavez9937
    @reymartdechavez9937 3 роки тому

    hoping to see a chat system sr, a simple one which a user can interact to another user using firebase

    • @1ManStartup
      @1ManStartup  3 роки тому

      Thanks for the suggesting, hopefully soon

  • @KuldeepSingh-dn9sc
    @KuldeepSingh-dn9sc 3 роки тому

    Sir can you please make a video on file picker
    The new package update is little bit difficult to implement

    • @1ManStartup
      @1ManStartup  3 роки тому

      Thanks for the suggestion, yes this has been added to the list fo upcoming videos

  • @gmt8336
    @gmt8336 3 роки тому

    nice video couldn't fix the dsym issue in debug mode

    • @1ManStartup
      @1ManStartup  3 роки тому

      For me it took a few days then it was fixed

    • @3litepker
      @3litepker 3 роки тому

      @@1ManStartup did it fix by itself?

  • @3litepker
    @3litepker 3 роки тому

    For me Crashlytics on iOS worked without having to add the run script in the build phases for Runner.

    • @1ManStartup
      @1ManStartup  3 роки тому

      Nice I wonder if things recently changed

  • @danielh5112
    @danielh5112 2 роки тому

    Will the dsym error solve itself after changing to dwarf with file?
    If yes how long will it take?
    Kind regards

    • @1ManStartup
      @1ManStartup  2 роки тому

      I believe so, but it can take up to a few days. I think it's faster if the app is being used even durning testing but that's just a theory

    • @danielh5112
      @danielh5112 2 роки тому

      @@1ManStartup Thanks, I'll try to be patient!

  • @baguskto
    @baguskto 3 роки тому

    How long you wait for Crashlytic console?

    • @1ManStartup
      @1ManStartup  3 роки тому

      it took at least a day for me.

  • @pratitibera8639
    @pratitibera8639 3 роки тому

    Can this be done for a Web App??

    • @1ManStartup
      @1ManStartup  3 роки тому

      Currently no, crashlytics is only available for iOS and Android

  • @kakululus7950
    @kakululus7950 3 роки тому +1

    thanks help me :D

  • @kefa887
    @kefa887 3 роки тому

    first one

  • @YA-jj3oh
    @YA-jj3oh 3 роки тому

    Hey what do i have to do when i cannot find dsym in my settings? @1ManStartup

    • @1ManStartup
      @1ManStartup  3 роки тому

      Watch the video again, I actually just used this video yesterday for another app and it worked exactly as the video had it.

    • @YA-jj3oh
      @YA-jj3oh 3 роки тому

      @@1ManStartup ok at the moment its still loading. Also have to say i dont get any problems with the pods , so i skip the step where you reinstall pods and so on . is that maybe the problem? And how long do you wait ?

    • @1ManStartup
      @1ManStartup  3 роки тому

      @@YA-jj3oh maybe, at least do a flutter clean. Sometimes when adding a new package the related pod doesn't install. If that's the case it's like not having the package at all, although I would expect the app to crash if that were the case