Skip to content

Commit 9e1c27e

Browse files
authored
Remove Friendly Meals Android sample (#169)
* Remove Android codebase * Update README.md
1 parent 5dedc6d commit 9e1c27e

File tree

99 files changed

+3
-4300
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+3
-4300
lines changed

firebase-ai-friendly-meals/android/.gitignore

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 3 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,5 @@
1-
# FriendlyMeals – Firebase Fundamentals Android Samples
1+
# FriendlyMeals – Firebase Android Samples
22

3-
Welcome to **FriendlyMeals**, a sample Android project accompanying the [Firebase Fundamentals video series](https://www.youtube.com/playlist?list=PLl-K7zZEsYLnfwBe4WgEw9ao0J0N1LYDR) on YouTube.
3+
This Android sample app has moved! You can find the codebase and setup instructions at the [new repository](https://github.com/FirebaseExtended/FriendlyMeals-Android).
44

5-
This repository demonstrates how to integrate Firebase features into an Android app, with a current focus on **Firebase AI Logic**. As the video series progresses, we will add more examples covering additional Firebase services and best practices for Android development.
6-
7-
## 📺 Video Series
8-
9-
- [Firebase Fundamentals on YouTube](https://www.youtube.com/playlist?list=PLl-K7zZEsYLnfwBe4WgEw9ao0J0N1LYDR)
10-
11-
## 🚀 Features
12-
13-
- **Firebase AI Logic**: Learn how build AI-powered features to enhance your app's functionality.
14-
- **Modular Structure**: The project is organized by feature, making it easy to follow along and extend.
15-
- **Upcoming**: More Firebase features (such as Authentication, Firestore, Storage, and more) will be added soon!
16-
17-
## 🛠️ Getting Started
18-
19-
1. **Clone this repository**
20-
```sh
21-
git clone https://github.com/FirebaseExtended/firebase-video-samples
22-
```
23-
1. **Open the project**
24-
- Open `firebase-ai-friendly-meals/android` in Android Studio.
25-
26-
## 🔥 Setting Up Firebase
27-
28-
1. **Create a Firebase Project**
29-
1. Sign into the [Firebase console](https://console.firebase.google.com/).
30-
1. Click the button to create a new Firebase project, and follow the on-screen workflow. Google Analytics is *not* required for this app.
31-
32-
1. **Register the Android App**
33-
1. Click **Add app** > **Android**.
34-
1. Follow the on-screen workflow. You can enter the package name: `com.google.firebase.example.friendlymeals`
35-
1. Click **Register app**.
36-
37-
1. During the "Add app" workflow, **download the `google-services.json` file**.
38-
- Move this file into this directory of the app: `firebase-ai-friendly-meals/android/app`.
39-
- If you didn't download this file during the "Add app" workflow, you can always [obtain it later](https://support.google.com/firebase/answer/7015592).
40-
41-
1. **Run the app**
42-
- Build and run in Android Studio on an Android emulator or physical device.
43-
44-
## 🤝 Contributing
45-
46-
Contributions and suggestions are welcome! Feel free to open issues or pull requests as you follow along with the series.
47-
48-
## 📄 License
49-
50-
This project is licensed under the [Apache License](../../LICENSE), which can be found in the root of this repository. It is provided for educational purposes as part of the Firebase Fundamentals video series.
5+
<img width="818" height="524" alt="hero-art" src="https://github.com/user-attachments/assets/f5caea62-6085-4285-bf54-69e18d8a5eda" />

firebase-ai-friendly-meals/android/app/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

firebase-ai-friendly-meals/android/app/build.gradle.kts

Lines changed: 0 additions & 84 deletions
This file was deleted.

firebase-ai-friendly-meals/android/app/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

firebase-ai-friendly-meals/android/app/src/androidTest/java/com/google/firebase/example/friendlymeals/ExampleInstrumentedTest.kt

Lines changed: 0 additions & 24 deletions
This file was deleted.

firebase-ai-friendly-meals/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 39 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)