Ali Al Amine
Ali Al Amine
**Describe the bug** If the project is created, and we forget to call `initialize` or create the `StripeProvider` context, android fails silently and never rejects the promise when using `PaymentSheet`...
This bug happens because firebase tries to login 3 times if the user is offline. Because of this the callback will be called several times (2 times more than it...
The module crashes when the user is offline with the following stack trace: Fatal Exception: java.lang.RuntimeException: Illegal callback invocation from native module. This callback type only permits a single invocation...