xue
xue
It is very old requested feature, but also it has still high-demand like [push-notifications feature](https://github.com/appwrite/appwrite/discussions/1623). I came here from firebase, when i was in DB, i solve presence issue by...
[discord related link](https://discord.com/channels/564160730845151244/564160731327758347/1163772249363447818) Up!
I am also waiting an update about it as well.
> Please fix failing locale tests. @stnguyen90 You can run this test again, i just fixed and committed for failing test.
Could you please assign this issue to me? I intend to address it in a similar manner to how I handled the `Taiwan` with this PR https://github.com/appwrite/appwrite/pull/7873
> > @mkay-42069, do you have any other cache tables? > > Ah, yes I have. My bad, just removed the second cache, migration was successful! > > For future...
@mkay-42069 i dont have only `_3` instead of `_1` and `_2` and when i run following it worked for me, thank you ! ```sql DELETE FROM _console_cache; DELETE FROM _console_cache_perms;...
Even if i try to give scope `name`, `$this->claims` returns ```php Array ( [iss] => https://appleid.apple.com [aud] => service.com.appwrite.testapp [exp] => 1708257457 [iat] => 1708171057 [sub] => 000201.4c58eaf074f54eada4d5fe7cf89bf1a7.1559 [at_hash] =>...
> @behics, from what I've read, the name is only provided the first time the user authorizes the OAuth2 app. Every subsequent time, only email is returned. Was your test...
> > disconnected auth from apple settings and tried it again > > @behics what do you mean by this? Did you disconnect in Appwrite? I was referring to making...