Firebase database library project

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).

+4
source share

Source: https://habr.com/ru/post/1656342/


All Articles