Firebase database and authentication with Vue.js experience.
Working Vue.js App based exactly on:
- I have this working on localhost:8080 with Firebase Authentication (type: email/password)
- is working on public Netlify URL: https://vue-firebase-sig.netlify.com/#/login
- is a Private Repository on Github
Firebase
console access will be provided to you
- I am hosting on http://digitalocean.com - but will this web app be able to run on http:// Netlify.com ?
- users will sign up with only
email
and then they check their email for magic link to complete sign up procedure by filling in their profile page - http://localhost:8080/username/profile
- Note: they must fill in any required fields in order to SAVE profile
- change
email/password
sign in to Firebase built-inEmail link (passwordless sign-in)
which will redirect to their profile edit page http://localhost:8080/username/profile
- each user will have a public profile page
- http://localhost:8080/-username
- Will show all fields that user has filled out, and not show any blank fields
homepage
will be a<a href=[homepage]>homepage </a>
link- will show fields
dateCreated
anddateUpdate
(moment.js will be added later)
Name of Firebase database:
users
user
database is all part of user's public profile
*
= required
+
= unique
%
= calculated
username * +
pemail (public email if user chooses to)
country * (form inpput text)
notes (form input textarea)
homepage (a url to user's home page)
flag (form input text)
dateCreated %
dateUpdate %
-
$100Fixed-price
-
$$Intermediate levelI am looking for a mix of experience and value
-
**Project Type:**Ongoing project
-
**Ongoing project:**Developer
-
**API Integration Required:**Cloud Storage, Other
-
**Project Stage:**Fully Specified
You will be asked to answer the following questions when submitting a proposal:
- Please state your Firebase and Vue.js experience with examples.
-
- I am hosting on http://digitalocean.com - but will this web app be able to run on http:// Netlify.com ?