vert-x3 / vertx-examples

Vert.x examples
Apache License 2.0
3.55k stars 2.09k forks source link

Google Firebase Library Prevents Web Routes from Handling Requests #421

Closed willisjtc closed 3 years ago

willisjtc commented 3 years ago

Which version(s) did you encounter this bug ?

vertx - 4.0.3

Do you have a reproducer? yes. Clone this repo: https://github.com/willisjtc/intellij-scala-highlight-error-1 and add this line:

implementation("com.google.firebase:firebase-admin:7.3.0")

Run GameApp.scala and no routes will be handled. localhost:8888/graphiql/ won't be handled. Remove the firebase dependency and it works just fine.

Extra

ran on scala 2.13.5 macOS openJDK 11

willisjtc commented 3 years ago

incorrect project