T
T
Tsuzukeru2022-04-10 18:14:22
Android
Tsuzukeru, 2022-04-10 18:14:22

Which API for a Pet project with authorization can be used?

I want to write a pet project and use it to study the stack of new technologies. I'd like to implement registration and authorization with a token. What API can be used?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
LittleBob, 2022-04-10
@LittleBob

I think Firebase is perfect for you. A convenient and fairly simple tool, but it allows a lot (Authorization, database, and a bunch of other things). For an individual project, the free plan is enough for the eyes

A
Alexander, 2022-04-11
@Aleksandr-JS-Developer

For my pet and custom projects, I use Supabase - an open source analogue of Firebase. On the free plan, everything is enough:

  • 10k users,
  • base for 500MB,
  • 1GB storage
  • unlimited requests
  • integration with many oauth 2.0
  • realtime
  • ...

Haven't encountered any bugs/glitches. The only thing I don't like is that the documentation is incomplete in places. But overall it's a good tool.
6253d9254a9c3725753543.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question