Souf G

Results 116 comments of Souf G

Hi @hartator Thank for your interest in the library. It's for sure possible to integrate with your backend, there are several ways to do that. As far as I can...

Hi @migliori I don't have any issue at this moment. Can you give me more details on how you are querying google? Are you using CURL?

Did you try without the proxy?

Hi @LunarDevelopment I'm not sure it's related to v0.4 because there were no updates that would broke this part of the code. Can you confirm it was working just before...

@dsslimshaddy can you give me the exact url you are parsing. Can you give me more details about the empty result description ? Is it only a given result (the...

Hi @IjzerenHein yes, that's what I did in the interim, but when you have an existing reference to a document it saves the burden of doing a string concatenation. ```js...

@IjzerenHein thinking of adding a method `collection` that would return a ref to the collection with the path from the parent + collection name, and a method `doc` returning a...

Sure... Given we have a doc ref ```js const docRef = new Document('myCollection/abcd'); ``` This is how we do now: ```js const subCollectionRef = new Collection(`${docRef.path}/subCollection`); ``` This is the...

Thanks for the explanations. Actually I'm not sure what default would fit better between the simple string approach vs the reactive path. I just started to work on an application...

Just a head up. I'm going to implement it sooner or later. Worked around for now will work on it as soon as I need it again.