Bob Roan

Results 12 comments of Bob Roan

Do you have any PR?

@scofieldpeng That's right.

> Did you solve this? I'm currently working on upgrading my script to use pagination. > > Here's my code - it runs fine, but for some reason is returning...

Firebase Hosting strips all cookies from the request other than `__session`. So I can't use cookies that send from the client. You can see from this topic: https://stackoverflow.com/a/44935288

Having the same. It works in Safari but not in Chrome.

I changed `/auth` to `/auth/inline` and worked perfectly. ![image](https://user-images.githubusercontent.com/9483946/63412367-d2233b80-c421-11e9-8407-0cf124fb4694.png)

I totally agree with to you. The api limit check is still not optimized

Do you have any idea to deal with this problem? @Art3miX

Ok. I think it's great idea. But how can I do it inside this lib without processing in the request method?

I found a solve in the internet by reading header named Retry-After, but I don't test it.