Skip to content

Instantly share code, notes, and snippets.

@Deanout
Created February 14, 2022 08:14
Show Gist options
  • Save Deanout/aad1dd40c92fad01277db28ea039c425 to your computer and use it in GitHub Desktop.
Save Deanout/aad1dd40c92fad01277db28ea039c425 to your computer and use it in GitHub Desktop.
# SIGN UP
uri = URI("https://identitytoolkit.googleapis.com/v1/accounts:signUp?key=#{Rails.application.credentials.firebase_api_key}")
# LOGIN
uri = URI("https://identitytoolkit.googleapis.com/v1/accounts:signInWithPassword?key=#{Rails.application.credentials.firebase_api_key}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment