How do Firebase App Check tokens work?

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024
  • НаукаНаука

Комментарии • 17

  • @vickoalan
    @vickoalan Год назад +10

    in my flutter app (android) , I couldn't get Debug Token in terminal !
    Please We want more videos that explain App Check well !

  • @freshtechtips
    @freshtechtips Год назад +7

    Hi, This is really important, the offical documentation doesn't cover how to validate the app check token without the supported sdks, like java or kotlin, I tried to search for the endpoint but I didn't find it and now I did
    I hope the offical documentation will cover this in the future

    • @daviddomkar
      @daviddomkar Год назад +2

      Hi. The documentation covers it. You just need to select "Other" as a example language when on "Verify tokens on the backend" section of the App Check docs.

    • @freshtechtips
      @freshtechtips Год назад +1

      ​@daviddomkar Thank you for informing me. They did update that the documentation recently
      I searched about it in the beginning of 2023 and didn't found anything.

  • @leanngugi
    @leanngugi Год назад +7

    Fix debug tokens. Now that safenet is deprecated 🙄 We have to disable app check when not in any release tracks.

    • @alexandernohe9416
      @alexandernohe9416 Год назад +4

      Can you help me understand what is happening with debug tokens?
      You can still have testers use App Check by releasing to the internal testing track on Google Play. It will be signed with the Google Play Signing key and your app should still work. Does this not work for you? When do you run into your app not being available on a Google Play track?

  • @_thewatcher27
    @_thewatcher27 2 месяца назад

    How do you test this locally? Thanks

  • @paulogimenez749
    @paulogimenez749 11 месяцев назад

    Thank you very much. Excellent explanation. Very objective. Congratulations.

  • @BhojpuriyaaDhamaka
    @BhojpuriyaaDhamaka 11 месяцев назад

    Setup is completed for App check and Captcha V3. I received token as well. As i am using Realtime Database of firebase does it require to pass token in header for this too? As I am getting error as Missing App check Token.

  • @venir_dev
    @venir_dev 6 месяцев назад

    that's cool and all, but I wonder why all the jwt I receive from app check are marked as "invalid signature" - I'm just trying the feature in debug mode

  • @عبدالقادرعبدالرحمنعبدالله

    Great security check.

  • @rajmc2107
    @rajmc2107 11 месяцев назад

    My app is already in app store with out App check. Now i enable App Check for my new version which i will be releasing soon to prod. During this time will existing app which is already in prod will break since App Check is enabled in Firebase Console of that app id?

    • @BhojpuriyaaDhamaka
      @BhojpuriyaaDhamaka 11 месяцев назад

      In app check if any API is enforced then It will break for older versions.

  • @programmingintrouble
    @programmingintrouble Год назад

    Does Play Integrity for Android only work once the app is published on the Google Play Store?

    • @alexandernohe9416
      @alexandernohe9416 Год назад +3

      Yes. You could also implement a custom provider and setup Play Integrity that way to determine your own integrity verdict scores to release an App Check Token.

  • @Novogod
    @Novogod 9 месяцев назад +2

    Really buggy feature. Docs are outdated. Does not work in my apps.