I am curious to know if it is feasible to create a secure sign-in and login page without depending on Firebase as the authentication service.
What is the issue with Firebase? You ask several questions about how to do things without firebase?
In general, if you need an online db with AI2, use cloudDB.
I have reached my Firebase project quota with all my different accounts.
I am developing a finance app that ensures user privacy through a login page. How can I guide the user to their financial page without accessing someone else's financial information?
Not really possible to make a serious app using App Inventor if you need to 'ensure' privacy.
Depends on where you store the information. It could be to store all an individual's information under a unique Tag if using CloudDB or FirebaseDB (giving anyone who has the app the opportunity to hack another's information depending on the security you set up regarding the Tag name using encryption or whatever; store the data on your secure server or whatever.
You really do not want to build an app like this This is a job for someone who doesn't need to get answers to the questions you asked because he or she 'knows'.
There is always mySQL via php...
https://www.hostinger.in/tutorials/mysql/how-create-mysql-user-and-grant-permissions-command-line
https://www.tutorialrepublic.com/php-tutorial/php-mysql-login-system.php
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.