I am working on a JavaFx project and i’m facing this issue in the code for my login and signup page
Help me solve this
i have correctly attached dependencies in xml file
<code> <dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-admin</artifactId>
<version>9.3.0</version> <!-- Check for the latest version of Firebase SDK -->
</dependency>
</code>
<code> <dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-admin</artifactId>
<version>9.3.0</version> <!-- Check for the latest version of Firebase SDK -->
</dependency>
</code>
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-admin</artifactId>
<version>9.3.0</version> <!-- Check for the latest version of Firebase SDK -->
</dependency>
New contributor
Xnnii XD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1