|
1 | | -# FriendlyMeals – Firebase Fundamentals Android Samples |
| 1 | +# FriendlyMeals – Firebase Android Samples |
2 | 2 |
|
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). |
4 | 4 |
|
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" /> |
0 commit comments