Singulars2021 / tender

Spreading the love
2 stars 0 forks source link

[Blueprint]: How to authenticate with Vue/IONIC? #14

Open omiras opened 3 years ago

omiras commented 3 years ago

Create a project with vue to use authentication. We would like to have these features:

Previous work by Pedro: https://github.com/Singulars2021/tender/issues/3

pppeedrito commented 3 years ago

Auth firebase with vue ionic / Google -> https://www.youtube.com/watch?v=F_aBzuMbbKE Auth firebase with vue ionic / Facebook -> https://www.youtube.com/watch?v=Tt25QrVBOHI Auth firebase with vue ionic -> https://www.youtube.com/watch?v=QxUVGTL4GzY&t=1597s

omiras commented 3 years ago

As discussed with the team, please, implement also the Facebook login. Thank you

omiras commented 3 years ago

@LennyCC and @pppeedrito have uploaded a repository using the username/password firebase authentication. Please, be aware that main.js is holding the Lenny's firebase credentials and may be inoperable eventually.

omiras commented 3 years ago

How to test this issue:

  1. npm install
  2. npm run serve
  3. Go to http://localhost:8080 and crea a new user
    1. Fill username and password fields
    2. Click in Sign up button
  4. Go to Sign In page by pressing the Sign in button
  5. Write down your credentials again
  6. If everything went ok, you shold be logged (Welcome message must be displayed

Also try:

  1. Open the browser in an incognito windows
  2. Write down your credentials
  3. Check that login is working as well (Welcome message)

Also please test:

diegolajus commented 3 years ago

Everything is working properly!