skip to Main Content

I want to ask: what are the pricing details for firebase AppCheck if I want to protect both my android and iOS apps using my hybrid development platform (flutter/react-native)?

Also what is the pricing or procedural details for increased API calls, to accommodate more API calls than the 10,000 per day allowed

2

Answers


  1. firebaser here

    Firebase App Check is free of charge. You’d usually be able to see that on the Firebase pricing page, but somehow it hasn’t been added yet. The underlying provider may be a priced product (notably reCAPTCHA Enterprise), but App Check itself does not incur a cost.

    If you are hitting the quota limits with a valid use-case, reach out to Firebase support for personalized help in troubleshooting.

    Login or Signup to reply.
  2. Your use of App Check is subject to the quotas and limits of the attestation providers you use.

    Source: https://firebase.google.com/docs/app-check

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search