#implementation "com.google.cloud:spring-cloud-gcp-starter-sql-mysql:3.4.7"
implementation "com.google.firebase:firebase-admin:9.1.1"
When I comment out the first line in the bootstrap file, the following issue arises
***************************
APPLICATION FAILED TO START
***************************
Description:
Parameter 1 of constructor in com.google.cloud.spring.autoconfigure.firestore.GcpFirestoreAutoConfiguration required a bean of type 'com.google.cloud.spring.core.GcpProjectIdProvider' that could not be found.
I have to use both of the dependencies what solution would you suggest?