Ahmet Aydın
Ahmet Aydın
I encounter the following error when trying to use the `FirebaseAuth.instance.signInWithPhoneNumber()` method on a Windows platform: ``` [firebase_auth/captcha-check-failed] The provided reCAPTCHA response token is invalid, expired, already used, or the...
` Warning: startAccessingSecurityScopedResource is false for file:///private/var/mobile/Containers/Shared/AppGroup/A33CEDC8-AC01-4799-B622-684C1CB35B11/File%20Provider%20Storage/data.xlsx (destination); skipDestinationStartAccess=true` Why am I getting the warning? And why are you abbreviating this filename? Can you remove the abbreviation in this filename...
In my iOS application, I have 'Suggested Languages' in App Settings as EN and TR. `context.setLocale(Locale('tr', 'TR'))` The app is immediately localized to TR, but in iOS Settings, the 'Preferred...
Hi, First of all, thank you for your great work on the Rust implementation of Socket.IO. It's been very helpful for the community. I am currently migrating a project from...
- Added Type parameter in adapter registration to fix issues with generic types when using mixins. - This change addresses the bug where mixin-based models were not correctly recognized by...
### **Problem:** In the application, after successfully obtaining a Refresh Token, a new request is automatically sent with the refreshed token. However, if a different error (such as 500 Internal...
> [!NOTE] > After a successful token refresh, an error occurs during the retry of the original request. Instead of handling the new error, the initial authentication error (`401 Unauthorized`)...
# Device Preview Package - Enhancement Update ## 🚀 Overview This PR introduces significant improvements and new features to the `device_preview` package. The main focus is on quick device selection...
**App ID:** c14382e3-4814-443e-975b-7db11c6f2f87 --- **Description** After releasing a macOS `.app` using `shorebird release --platform macos`, everything works as expected during local testing with `shorebird preview`. However, after packaging the `.app`...
# PR: Add support for signing macOS PKG installers and implement productbuild functionality ## Description This PR introduces support for signing macOS PKG installers and implements the necessary productbuild functionality....