letmegoforit / APP-EigenAds

0 stars 0 forks source link

DevDairy-Firebase-Web #5

Open letmegoforit opened 7 years ago

letmegoforit commented 7 years ago

Show-Tech

letmegoforit commented 7 years ago

Line

tutorial https://www.firebase.com/docs/web/guide/user-auth.html https://firebase.google.com/docs/web/setup https://codelabs.developers.google.com/codelabs/firebase-web/#2

Git repo

https://github.com/firebase/firebaseui-web

docs

https://firebase.google.com/docs/

example

https://www.firebase.com/docs/web/examples.html https://firebase.google.com/docs/samples/#web https://github.com/firebase/firebase-simple-login

video

https://www.youtube.com/watch?v=F6UWb9FNnj4&list=PLGCjwl1RrtcRTbJ9WBL9exbUFNqwzz9if&index=3

letmegoforit commented 7 years ago

Firebase login

https://codelabs.developers.google.com/codelabs/firebase-web/#2

image You should try the following:

firebase login --no-localhost

image

letmegoforit commented 7 years ago

sign in with google account

image

letmegoforit commented 7 years ago

sign in email password based

https://www.youtube.com/watch?v=-OKrloDzGpU

letmegoforit commented 7 years ago

database design chat room

http://jsfiddle.net/firebase/dy1fmc5b/ https://docs-sandbox.firebaseio.com/web/usec/example/-Keihavv2Y08jJvQGTt1

letmegoforit commented 7 years ago

new tutorial login

https://howtofirebase.com/firebase-authentication-for-web-d58aad62cf6d#.eeawxxu8j

letmegoforit commented 7 years ago

firebase web official

https://github.com/batmannolove/firebaseui-web/tree/master/demo

letmegoforit commented 7 years ago

tutorial youtube

https://www.youtube.com/watch?v=PC8hKiYJLAA&index=5&list=PLGCjwl1RrtcRTbJ9WBL9exbUFNqwzz9if

letmegoforit commented 7 years ago

3.0 login email pass

https://github.com/firebase/quickstart-js search for other people implementing this http://stackoverflow.com/questions/41282052/how-to-run-a-firebase-sample google: firebase quickstart (stackoverflow)

letmegoforit commented 7 years ago

DevDairy-Nodejs on mac

image

then use guide from http://stackoverflow.com/questions/41282052/how-to-run-a-firebase-sample image

cli 成功 本机localhost打开firebase login登陆授权

https://firebase.google.com/docs/cli/

clone是通过mac的root 完成的,所以编辑器没有权限修改代码

image

letmegoforit commented 7 years ago

image

compare比葫芦画瓢

letmegoforit commented 7 years ago

image

所以不能这样新建数组 要的是下面的效果 image

letmegoforit commented 7 years ago

insert example http://stackoverflow.com/questions/40494358/how-to-query-child-in-firebase-database-and-then-delete-node

letmegoforit commented 7 years ago

官方最全教程 https://firebase.google.com/docs/reference/js/firebase.database.DataSnapshot

别人的firebase git https://github.com/batmannolove/Firebase

letmegoforit commented 7 years ago

update login display name

http://stackoverflow.com/questions/39607023/in-firebase-how-do-you-update-the-displayname-field-of-a-user-in-auth https://firebase.google.com/docs/reference/js/firebase.User https://firebase.google.com/docs/reference/js/firebase.User#updateProfile image

letmegoforit commented 7 years ago

https://firebase.google.com/docs/reference/js/firebase.database.DataSnapshot 重新研究snapshot等,研究优化目前三层结构

letmegoforit commented 7 years ago

最后录个视频给他

letmegoforit commented 7 years ago

image

letmegoforit commented 7 years ago

image