Pablo A Martínez Andrés

Results 4 comments of Pablo A Martínez Andrés

My working solution that doesn't block UI thread (tested on SDK v3.2.0) ```kotlin //Twitter sdk initialization TwitterAuthConfig authConfig = new TwitterAuthConfig(TWITTER_KEY, TWITTER_SECRET); TwitterConfig config = new TwitterConfig.Builder(getContext()) .twitterAuthConfig(authConfig) .build(); Twitter.initialize(config);...

Similar issue in a fresh project [email protected] [email protected] [email protected] [email protected] [email protected] output: ``` Node.js v6.11.x or greater is required to run the Emulator! functions: Error from emulator. Error: Emulator crashed!...

In my case moving to v6.12.3 fixed the problem, I think the main problem is that the official documentation isn't up to date and is pointing to a wrong version

Heads up for everybody in this thread, encrypting preferences in version 23.2.1 has broken app backup and migration to new devices -> https://github.com/firebase/firebase-android-sdk/issues/7111