Will it ever be possible to put money on the account to have "credit?" I'd like to raise money and dump it all into covering hosting for when the bill starts getting out of hand. Which of course implies success for my project. Is credit card the only payment method that there will be? Can there be more? Paypal? Crypto? I just need the ability for people to contribute to hosting of my project more directly than sending money to me and me using a CC.
I hope my question is clear, sorry if I rambled.
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...