flutterexcel / mobile_chat_app

0 stars 1 forks source link

Add Skip option On Login Page #1

Open flutterexcel opened 8 years ago

flutterexcel commented 8 years ago
  1. When user clicks on skip, he wont have account.
  2. Use this library https://github.com/marak/Faker.js/ to generate fake username for the user.
  3. Generate a fake user id using https://www.npmjs.com/package/node-uuid
yuvraj-etech commented 8 years ago

i used facker.js to implement this a fake user_name and a fake user_id generated by faker and saved in local storage.