0

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

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
HENOK MILLION
  • 309
  • 1
  • 9
  • 1
    There is no additional cost for app check. You can request to move to a higher tier if you need it, but you should not use app check for every single request. It is only intended for "high value" transactions, so 10,000 transactions is probably sufficient unless you have millions of DAU – Paulw11 Aug 10 '22 at 08:59

2 Answers2

5

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.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
1

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

Timo Bähr
  • 1,826
  • 2
  • 22
  • 26