Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth doesn't work for legacy firebase database secret auth method #87

Open
spnkr opened this issue Nov 8, 2018 · 1 comment · May be fixed by #88
Open

auth doesn't work for legacy firebase database secret auth method #87

spnkr opened this issue Nov 8, 2018 · 1 comment · May be fixed by #88

Comments

@spnkr
Copy link

spnkr commented Nov 8, 2018

the auto-detection doesn't work. need a parameter that lets you force use the old auth secret or the new admin api pk.

@bchewy
Copy link

bchewy commented Nov 11, 2018

Auth works for me i write it like such
firebaseURL = "" firebaseSecret = "" firebase = Firebase::Client.new(firebaseURL,firebaseSecret) response = firebase.push("<name>", {<fields here>})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants