Q: Does it integrate with firebase backend?

I don’t understand the limitations. If I get the unlimited package isn’t the GB bandwidth limitation low? How about the API calls don’t know how much that actually supports like what kind of a user base am I looking at with these settings with your max plan on here per app?

If I wanted to build an app similar to eBay how hard would that be if it’s possible?

ahmed.mJun 24, 2023
Founder Team
Courtney_Hypi

Courtney_Hypi

May 14, 2024

A: It doesn't integrate with Firebase, it has its own built in backend so there's no need for firebase except for Push notifications where android requires it...but that's free.

We don't offer any unlimited plans, if you're referring to the "unlimited users" that's because similar services limit the number of users you can create on a plan. You can create or have registered as many users as your data limits allow you to store. A single user account is probably a few kilobytes of data meaning you can register millions of users on the smallest plan...

You could build a buy/sell type app, we don't handle payments so you'd need to use a 3rd party. We support Stripe presently and will support others in the future.

Share
Helpful?
Log in to join the conversation
Posted: Jun 24, 2023

Sorry can you explain to me what these mean?
50 models per app ( what is this? its per app)

500,000 API requests per month ( What is this? and how much of user base or content base am I looking at)?

100,000 database rows per month ( What is this? and how much of user base or content base am I looking at)?

12 hours of server-less time per month ( What is this? and how much of user base or content base am I looking at)?

5 API request(s) per second ( What is this? and how much of user base or content base am I looking at)?

50 subaccounts (not sure what this is)
White labeling (not sure what this is)

Also did not understand your payment answer, so can I use stripe to process payments in app?

Posted: Jun 24, 2023

and do you support the push notification for android/ios is that something the app does or can be configured within the app?

Posted: Jun 24, 2023

also does this limit increase per tier?:
Check
2 GB file uploads per month per app
Check
5 GB network in and 5 GB network out per month per app

Posted: Jun 24, 2023

Not sure what happened to my replies:
- So I can use stripe for in app purchases? so users can use this payment system correct?
- Does your app in this case implement the firebase notification for android or is that something we can have to figure out how to do?
- does the GB sizes of 2 and 5 increase per Tier?

Can you also explain all the rest like api calls and all these numbers in tiers how much of a userbase, or content base are we talking about maybe giving a similar app in market already per tier gives us novice an understanding.

Thanks I would be looking at max tier

Founder
Verified Purchaser badge

Verified purchaser

Posted: Jun 25, 2023

We support push notifications, it does require a free Firebase account.

Yes, it means you can collect payments with Stripe.

A model is the same as a table, used to store the data your app uses. The limit is per app.

1 user = 1 database row

if you use our low-code platform, you upload serverless functions (custom code), the limit is how long that custom code is allowed to execute per billing cycle

2gb/5gb limits do not increase per tier, they are the same across all of them.

I've explained all of these in detail here using several different examples/scenarios