Skip to content

Instantly share code, notes, and snippets.

@pjc0247
Created December 4, 2018 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjc0247/6a6703bd3b7eee40f1797a8430d6c581 to your computer and use it in GitHub Desktop.
Save pjc0247/6a6703bd3b7eee40f1797a8430d6c581 to your computer and use it in GitHub Desktop.
ㅁㄴㅇㄹㅁㄴㄹ
signupWithFacebook( accessToken: string ) {


   return {
       uid:  "fb.FACEBOOK_UID"
   }
}
signupWithEmail( email: string, password: string ) {
  
  return {
      uid: "email.EMAIL"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment