question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Stuck on Splash screen indefinitely

See original GitHub issue

On a fresh brand new project, when using this library, the Simulator stays on the Splash Screen.

No error. No Logs.

It just stays there

Edit: After about 5 minutes, it crashes to Home screen

Here is my firebase.nativescript.json:

{
    "external_push_client_only": false,
    "using_ios": true,
    "using_android": true,
    "firestore": true,
    "realtimedb": true,
    "authentication": true,
    "remote_config": false,
    "performance_monitoring": false,
    "messaging": false,
    "crashlytics": false,
    "crash_reporting": false,
    "storage": true,
    "functions": true,
    "facebook_auth": true,
    "google_auth": true,
    "admob": true,
    "invites": true,
    "dynamic_links": false,
    "ml_kit": false
}

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
dolanmiucommented, Nov 20, 2018

I fixed this issue by using the following json:

{
    "external_push_client_only": false,
    "using_ios": true,
    "using_android": false,
    "firestore": true,
    "realtimedb": true,
    "authentication": true,
    "remote_config": false,
    "performance_monitoring": false,
    "messaging": false,
    "crashlytics": false,
    "crash_reporting": false,
    "storage": true,
    "functions": true,
    "facebook_auth": true,
    "google_auth": true,
    "admob": false,
    "invites": false,
    "dynamic_links": false,
    "ml_kit": false
}

This includes turning off invites as suggested by @shivgolani I also turned off Android for now to keep it simple

I deleted platforms/ios just to be sure

Then it worked

1reaction
shivgolanicommented, Nov 20, 2018

@EddyVerbruggen @dolanmiu Adding Invites is causing the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix Windows 10 Stuck On Loading Screen, Infinite ... - YouTube
Fix Windows 10 Stuck On Loading Screen, Infinite loading, Black Screen & Other Startup Issues ; 01:04 Method 1: Uninstall Updates ; 02:03...
Read more >
Top 10 Ways to Fix Window 10/11 Stuck on Loading Screen ...
When "Windows 10/11 Hangs at Loading Screen" Issue May Happen? Method 1: Unplug USB Dongle; Method 2: Do Disk Surface Test; Method 3:...
Read more >
Fixed: Windows 10/8/7 Stuck on Loading/Boot/Startup Screen ...
Method 2. Start Windows 10/8/7 in Safe Mode ... In some cases, the "Windows stuck on loading screen" issue is caused by Windows...
Read more >
Game is stuck in this splash screen forever and never ... - Reddit
Rule 5: Can't get past this screen, it's completely stuck. Have to kill the process through task manager to quit.
Read more >
Adobe XD gets stuck on loading screen and stays th...
1. Try creating a new user account on your machine and then try to launch XD. If it works, go to the previous...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found