Samir Ahmane

Results 5 issues of Samir Ahmane

I am unable to use pagination with `@gridsome/graphql-source` or find anything about it on the documentation. I want to use pagination with data queried from an API through `gridsome-graphql-source`. I...

I am using pytest-django graphene-django and the first test went well, but one I add a query with an order by. I always get ascending records while I want the...

✨ enhancement

I did make a minor change, whereas, the phone number, if the user is registered with it in firebase, would be mapped to the email field in `auth_user`. I did...

It seems that linking providers would make it really hard to work with drf-firebase-auth. This branche is supposed to find a solution for this.

I read the documentation and I have created my file `.eslintrc.js` and added the following config: ```javascript module.exports = { env: { node: true, es6: true }, plugins: ["gridsome"], rules:...