Hello to all,
I want to create a personal password manager, for this I will create a google chrome web extension (there is also a mobile application I want to create) and to store my data, I told myself that going through a firebase database could work, The problem is that I can't connect my firebase database (realtime firebase) to my extension, I wanted to try with php but the extension doesn't support php, being a beginner with javascirpt on the client side, I decided to help me with chat gpt, however all the answers they give me are wrong. So here are my questions:
- Should I stay on a firebase database ? how to integrate it in my extension ?
- Is it safe to have a firebase database?
PS : I don't want to keep locally the password information because I want to have the same database for my mobile application (created after the extension). I didn't find anything on the google documentation (I may have missed it)
Have a nice day
I want to create a personal password manager, for this I will create a google chrome web extension (there is also a mobile application I want to create) and to store my data, I told myself that going through a firebase database could work, The problem is that I can't connect my firebase database (realtime firebase) to my extension, I wanted to try with php but the extension doesn't support php, being a beginner with javascirpt on the client side, I decided to help me with chat gpt, however all the answers they give me are wrong. So here are my questions:
- Should I stay on a firebase database ? how to integrate it in my extension ?
- Is it safe to have a firebase database?
PS : I don't want to keep locally the password information because I want to have the same database for my mobile application (created after the extension). I didn't find anything on the google documentation (I may have missed it)
Have a nice day