Sharing your social media handles is just one scan away.
📲 Login Screen/
├── 🏠 DashBoard/
│ └── 🔗 Manage Links
├── 📸 QR Code Scanner
└── 👤 Profile/
├── 👤 Preview Profile
└── ➕ Generate QR Code
-
This project depends heavily on firebase. A few resources to get you started if this is your first Firebase project:
-
A few resources to get you started if this is your first Compose project:
For help getting started with Compose development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
-
-
Jetpack Compose App:
- Download Android Studio
- Fork and clone this repository.
- cd into
LinkIt
directory.
-
Firebase:
-
Create a firebase project
-
Add android app with your package name in firebase console.
-
Enable Google Auth from
Authentication
menu in Firebase. -
Generate
SHA-1 key hash
for your debug keystore from your pc. This needs to be added toSHA certificate fingerprints
section under your android app inFirebase project settings
. Without this step Google login won't work. -
Enable Cloud Firestore
-
Recommended rules for Firestore
<coming soon>
-
Recommended Rules for Cloud Storage
<coming soon>
-
-
Download
google_services.json
fromConsole
->Project Settings
. File is present in app section. SDK instructions found in the same page
if you want to work with official firebase console then feel free to contact us.
-
-
-
Check Contributing.md for guidelines on contributing to this repo.
If you have a question, please feel free to contact us through email.