Alexandre

Results 8 issues of Alexandre

After upgrading to Expo 27 (React Native), I get this error when either login or logout: `[TypeError: undefined is not a function (evaluating 'onChangeCallbacks[typeof Symbol === "function" ? Symbol.iterator :...

This works perfectly on iOS but I get a crash on Android. I use Expo and the bundled Expo Facebook Login feature. I can properly get the status and token...

# Bug report ## Describe the bug I am trying to implement supabase in a self-hosted environment. I could not make the storage work in a remote VPS. I get...

documentation
need more info

Everything works fine when I do: ```ts export const add = async () => { const {instance} = await WebAssembly.instantiate number; }>(AddNumber); return instance.exports.add; }; ``` But if I try...

bug
needs-replication

When using a service inside a custom Security, it becomes a requirement of the client endpoint although it should be only used on the server side. Look below how the...

Replace existing HTTP requests using the Rust AdsClient in UnifiedAdsProvider from application-services. For now this is behind a feature flag and only in developer while we iterate. We will need...

stale

## Telemetry Architecture ### Core Telemetry Trait A generic `Telemetry` trait at the core/std layer: - Simple: single `record(&self, event: &A)` method - Generic: works with any event type -...

### Pull Request checklist ### - **Breaking changes**: This PR follows our [breaking change policy](https://github.com/mozilla/application-services/blob/main/docs/howtos/breaking-changes.md) - [ ] This PR follows the breaking change policy: - This PR has no...