skip to Main Content

Firebase reach limit

What happen to my app if the firebase reach the limit, and the firebase storage?. I'm new in firebase and android development can you help me? thank you and advances I create a simple app like todo list and what…

VIEW QUESTION

Unable to upload media file toFirebase emulator

Using Firebase tools 11.21.0 and FIREBASE_STORAGE_EMULATOR_HOST=localhost:9199 and maven dependency <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage</artifactId> <version>2.17.1</version> </dependency> I started the firebase emulator. And tried a simple file store: emulatorStorage = StorageOptions.newBuilder() .setProjectId(projectId) .setHost("http://localhost:9199") .setCredentials(NoCredentials.getInstance()) .build() .getService(); And tried to save a file: byte[]…

VIEW QUESTION
Back To Top
Search