-
CI = Sistema onde excecuta os testes automatizados do app(ex: Fastlane(gratuito))- https://fastlane.tools/
CD = Faz o deply de forma automatizada(Ex: firebase)
-
I have a schema capturing events and participants:
```
CREATE TABLE demo.participant(
id BIGINT DEFAULT,
name VARCHAR(255) NOT NULL
);
CREATE TABLE demo.event(
id BIGINT DEFAULT,
title VAR…
-
# Summary:
when trying to run the project i have this error:
```iOS Bundling failed 10ms (node_modules/expo-router/entry.js)
You attempted to import the Node standard library module "path" from "en…
-
-
### [READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in __the code in this repository__.
If you have a general question, need help debugging, or fall into som…
-
firebase-tools: 12.9
firebase: 10.5
Platform: Linux
[REQUIRED] Test case
create v1 function and put in folder1
create another v1 function and put in folder2
create index.js at src/
import f…
-
### **Description**
MSAL SDK has been using App Center for Crash reporting, We received a security vulnerbility from [firebase-ios-sdk/Crashlytics/Crashlytics/Models/FIRCLSFileManager.m at eea0…
-
**Describe the bug**
Building an app using `file_picker` and Flutter from main, with a Flutter version since https://github.com/flutter/flutter/pull/137040 last week, produces these warnings (taken…
-
### Description
### What We Use Firebase For
- Analytics
### How We Use Firebase
At my company, we have an analytics framework (dynamic), which defines protocols and wrappers to allow integrat…
-
I see some stuff that needs to be separated under a gradle flavor (google services, cast, firebase, billing. oss-license: as these are either not FOSS or depend on not-FOSS libs). Sentry/Tracks is ok …