Tulio (Yandiro) Sandoval
Tulio (Yandiro) Sandoval
> ``` > [OAuth2Error] > Error retrieving access token: b'{"error":"invalid_grant","error_description":"client_id mismatch. The code was not issued to com.app.test.login."}' > ``` > > That is the situation where `com.app.test.login` is `SERVICE_ID`...
There is a new issue now :man_facepalming:, users that sign in with the mobile app are not recognised by the web app. I think it may be because they are...
Thanks, @brychter-merix! There is only one issue remaining, when the user is created using the mobile app, the name doesn't seem to come. The mobile team say they are sending...
> If you add apple config to settings as in the documentation said(remember to use same formatting of certificate_key as you see there, its important), your don't need to add...
> I encountered this use case as well and came up with the below. It's not too pretty but I think it's straightforward and versatile: > > ```js > //...
> ```js > quantity: [ > function(key, newValue, oldValue, changes, content) { > if (content.get('isNew')) { > return validatePresence(true)(...arguments); > } > return true; > } > ] > ```...
Same problem here. Any news on that? :D
I still get this. Even with the `tests` folder created
@shawnngtq I believe if you read Google's turorial for the Python library, it will help. https://firebase.google.com/docs/reference/admin/python/firebase_admin.messaging And also, the readme file of this repo, of course.
Could anyone provide a link of a working ember-fullcalendar with ember 3, please? Did @adet4ever or @aatauil got it working? I can't import : import dayGridPlugin from '@fullcalendar/daygrid';