You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auth works for me i write it like such firebaseURL = "" firebaseSecret = "" firebase = Firebase::Client.new(firebaseURL,firebaseSecret) response = firebase.push("<name>", {<fields here>})
the auto-detection doesn't work. need a parameter that lets you force use the old auth secret or the new admin api pk.
The text was updated successfully, but these errors were encountered: