dappros / ethora

A 'super app' engine for your project. React Native (iOS, Android) and React.js (Web, desktop). Social Sign In 🄵, Messaging 💬 (chat, voice, push notifications), Web3 Wallet 🪪 (profile QR, documents, coins, NFT), DLT 🔐 (provenance, crypto signing), Gamification 🤩, Social Commerce and more.
https://ethora.com/
GNU Affero General Public License v3.0
428 stars 85 forks source link

Admin - Services tab - additional fields #425

Closed dzinzyura closed 1 year ago

dzinzyura commented 1 year ago

Goal: Introduce additional fields for the Services tab data inputs.

Affected metric:

Description: For the builder we need two files, to attach google-services.json and GoogleService-Info.plist For the web-version such fields should be added:

REACT_APP_FIREBASE_API_KEY: String,
REACT_APP_FIREBASE_AUTH_DOMAIN: String,
REACT_APP_FIREBASE_PROJECT_ID: String,
REACT_APP_FIREBASE_STORAGE_BUCKET: String,
REACT_APP_FIREBASE_MESSAGING_SENDER_ID: String,
REACT_APP_FIREBASE_APP_ID: String,
REACT_APP_FIREBASE_MEASURMENT_ID: String,

the fields themselves should be without values

phwizard commented 1 year ago

thank you