I have an android library project that wraps a Firebase database library. This library is used in several applications. This worked before V2.5, but with V3.0 I need to associate an application (created in Google Console) with this library project.
However, this does not work for an obvious reason (since this is not an application, but a library).
source
share