Need help in cloud db

Hey, I want to use one cloud db in two project and edit the data for both. How can I do that ?

You would probably need to set up your own server.

See here for an example:

We can't use the mit server for two app ?

I did not mean that. I want to use one data for similar project (not the same)

Create both "projects" as one, with different views/actions for different users

No I can't do like that . But can I use firebase for this?

According to the CloudDB docs at Storage

Token
This field contains the authentication token used to login to the backed Redis server. For the “DEFAULT” server, do not edit this value, the system will fill it in for you. A system administrator may also provide a special value to you which can be used to share data between multiple projects from multiple people. If using your own Redis server, set a password in the server’s config and enter it here.

In the years I have watched this board, I have never seen any one ask for this of MIT.

Generally, MIT's servers are for educational, short term use, not for production.

Can I use fire base for this ?

Firebase databases are supplied by Google, which has a free tier.

They can do what CloudDB can do, but with a risk of Google pulling the rug out from under you by changing their API.

You get what you pay for.

Yes, you can use Firebase for this. Used by millions of positive minded people around the world.