j42 / laravel-firebase

A Firebase port for Laravel (4.2+)
MIT License
51 stars 22 forks source link

Keep getting cURL error 6: Couldn't resolve host 'xx.firebaseio.com' #10

Closed ideadx closed 9 years ago

ideadx commented 9 years ago

Keep getting Couldn't resolve host 'xx.firebaseio.com' while using Firebase::get(xx.firebaseio.com/users) I don't see any possible reasons for this to accrue since i can view this url manually in firebase. could it be that firebase is shutting it self Firebase::get() when you trying to get data for multiple users

j42 commented 9 years ago

Can you tell me what security settings you are using? Any information that would help reproduce so I can troubleshoot this efficiently?

On Nov 4, 2014, at 8:55 PM, ideadx notifications@github.com wrote:

Keep getting Couldn't resolve host 'xx.firebaseio.com' while using Firebase::get(xx.firebaseio.com/users) I don't see any possible reasons for this to accrue since i can view this url manually in firebase. could it be that firebase is shutting it self Firebase::get() when you trying to get data for multiple users

— Reply to this email directly or view it on GitHub.

ideadx commented 9 years ago

I have default security settings: { "rules": { ".read": true, ".write": true } }

ideadx commented 9 years ago

Update: I contacted firebase support yesterday, and I now have response. It was Internal error. Its fixed now. Thank you.