How to store and read In-App purchases coins from Firebase real-time database.

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ต.ค. 2024

ความคิดเห็น • 15

  •  ปีที่แล้ว +2

    Very top 👏🏻, best channel for learning with Android Studio

    • @SharCourse
      @SharCourse  ปีที่แล้ว +1

      Thank you very much for the support

  • @toynaobiritaka
    @toynaobiritaka ปีที่แล้ว +2

    Bro you just made my day with this video. I love your channel so much for the constant updates thank bro. Now u can track user activities from one place instead of always going to play console 🥰🥰

    • @SharCourse
      @SharCourse  ปีที่แล้ว +1

      Thank you very much, i like how you suggest for more features in the demo app.

  • @SharCourse
    @SharCourse  ปีที่แล้ว +2

    Video Timeframe
    Demo 0:01 - 06:00
    Let's get started: 06:02 - 13:50
    Authentication: 13:54 - 26:26
    Update Coins on firebase: 26:28 - 29:56
    Update Subscription on Firebase 32:10

    • @SharCourse
      @SharCourse  ปีที่แล้ว

      Sorry i see i forgot to cut/trim out a part in the video.

  • @toynaobiritaka
    @toynaobiritaka ปีที่แล้ว +2

    and bro if you can also make a video for the transaction history to display all the time user has bought coins too that will also be nice too. so user can know and see how much they have spent and total coin bought.

    • @SharCourse
      @SharCourse  ปีที่แล้ว +1

      That's a great idea, lemme start implementing it and i will record a video when i'm done. keep an eye to the repo.

    • @toynaobiritaka
      @toynaobiritaka ปีที่แล้ว +1

      @@SharCourse yes great i cant wait for this.

  • @ahmed3ibrahim
    @ahmed3ibrahim ปีที่แล้ว +1

    Thank you so much
    just wondering if is it safe to update the coins from the client (the user app) or we need to use something like Google cloud functions to verify the purchases and then update the user firebase coins record from the that cloud function

    • @SharCourse
      @SharCourse  ปีที่แล้ว

      Hi, Google Play recommends that we verify the purchases on own servers, we can use Cloud functions or own servers.

  • @o_rodolfo
    @o_rodolfo ปีที่แล้ว +1

    If I buy your code would it work on any project? Does he have documentation?

    • @SharCourse
      @SharCourse  ปีที่แล้ว +1

      Hi. The complete source code is the same as the demo, you can reuse the part of the codes in your java projects.
      Please note that there is a documentation of the source code:
      Link: dingi.icu/store/documentation/
      Demo: play.google.com/store/apps/details?id=com.wdtheprovider.inapppurchase

    • @o_rodolfo
      @o_rodolfo ปีที่แล้ว

      @@SharCourse Thanks for answering, I'll buy the full version.
      One more question: Will you update the Google Play Billing Library code to version 6.0?

    • @SharCourse
      @SharCourse  ปีที่แล้ว +1

      @@o_rodolfo i have updated it locally, I will push the changes and update the codes in all platform soon, after uploading a video on firebase to store user transactions