КОМЕНТАРІ •

  • @mkobuolys
    @mkobuolys Рік тому +6

    What are your favorite Firebase Remote Config use cases? Share with us in the comments 👇

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

    you were able to give so much information in a short time, great video, keep up the good work!

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

      Thank you very much, I am so glad you enjoyed the video!

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

    This is an amazing video! Didn't know Remote Config could be so powerful.

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

      Hey, yeah, it's pretty powerful if you come up with a decent use case for it!

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

    Great tutorial! Thanks! 💚

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

    Great video. I have never used Firebase Remote Config. Always looked complex IMO. This video was so informative enough to pique my interest to start using it. Thanks so much!

    • @mkobuolys
      @mkobuolys Рік тому +2

      Thank you very much! I have a different feeling - I've always felt that Firebase is too easy to integrate into the Flutter app that sometimes could even lead to the misuse of the Firebase services 😅 A lot of complexity is abstracted and just waiting there for you to use. All of the services mentioned in this video are FREE, so you should definitely try them out. Good luck!

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

      @@mkobuolys Will definitely try it out

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

    Great👍

  • @techplanet001
    @techplanet001 8 днів тому

    Prices of services is a good use

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

    Great content learnt alot. Love the real time update feature and the notification part. For the notification, does that mean, you won't be needing FCM? Also make more elaborate content of this nature maybe a bit slower too later. Though will check out the repo for clarification. Thanks. +1 subscriber

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

      Hi, thanks for the feedback! The notification feature is not a push notification per se - it's just a banner at the top of the page. However, it would be a great addition to use Firebase Cloud Messaging to send a push notification at the same time.

  • @backslashflutter
    @backslashflutter 3 місяці тому

    greatt!!

  • @ihard_k_
    @ihard_k_ 7 місяців тому

    that But was Insane

  • @arnavsatrusal2480
    @arnavsatrusal2480 11 місяців тому

    💚

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

    Do I need to hot restart the app to get the changes? Is there a way to have that with streams to update in real time even though the user done close and open the app or something?

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

      It depends on your project setup. If you are loading the Firebase Remote Config during the launch of your app - yes, you need to restart the app (close/open) then. However, I would be really surprised if you would need to hook a stream to the FRC values since this configuration is not meant for live data - for that, you should use Realtime database or Firestore.

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

    Create videos on design pattern implementation in flutter

    • @mkobuolys
      @mkobuolys Рік тому +1

      That's not something on my to-do list at the moment but I definitely have this topic on my mind!

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

    Please how was the firebase_remote_config_service.g.dart created? I just saw the file appear while you were overriding the @riverpod, please can you explain how because mine is not coming up.

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

      You should run the "dart run build_runner build" to generate these files. Or it's also convenient to run the "dart run build_runner watch" command in the background while developing so that the files are generated automagically whenever anything changes.

  • @YY-ic7eo
    @YY-ic7eo Рік тому

    How is this part 'firebase_remote_config_service.g.dart'; working? Do we need to generate something? Last time I saw that it was to generate files for hive.

    • @YY-ic7eo
      @YY-ic7eo Рік тому +1

      I dont understand this part too: @riverpod
      FirebaseRemoteConfigService firebaseRemoteConfigService(_) {
      throw UnimplementedError();
      }, it is associated with riverpod but what does it mean? it's for the override in the main?

    • @YY-ic7eo
      @YY-ic7eo Рік тому +1

      I think I got it, it's all about riverpod, the @ is usefull to generate the file for riverpod.

    • @mkobuolys
      @mkobuolys Рік тому +2

      Yes, you are right. That’s a code generation that became a possibility with flutter_riverpod v2 release.

    • @YY-ic7eo
      @YY-ic7eo Рік тому

      ​@@mkobuolys first time in my life I had to go slow on a tuto xd, I will need to watch it twice or more. Thank you for the content btw. Maybe you can tell us in which cases have you ever use firebase remote config before?

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

      @@YY-ic7eo it’s basically the ones mentioned in the video (these are the actual real world examples): app update, providing conditional values based on the platform and A/B tests to provide enum values for the app to name a few.

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

    This is the best tutorial for firebase_remote_config. Implemetation>>>Jargon.
    Tutorial(isMemeRequired: true);😂