Skip to main content

Posts

Firebase Remote Config – Add and Update Value

Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to download an app update. When using Remote Config, you create in-app default values that control the behavior and appearance of your app. Then, you can later use the Firebase console or the Remote Config REST API to override in-app default values for all app users or for segments of your user base. Your app controls when updates are applied, and it can frequently check for updates and apply them with a negligible impact on performance. SOURCE :  https://firebase.google.com/docs/remote-config/ Go to  https://console.firebase.google.com/   Add Project  or Select  Existing Project Open left menu  Remote Config , then click button  Add your first parameter . In example you want to add this string parameter KEY_NAME                   | VALUE ———————————————————- banner_ad_unit_id              “ca-app-pub-96679765 . . .” interstitial_ad_unit_id      “ca-app-pub-

Configure Firebase for Android

Step 1: Create a Firebase project Before you can add Firebase to your Android app, you need to create a Firebase project to connect to your Android app. Visit  Understand Firebase Projects  to learn more about Firebase projects. Create a Firebase project In the  Firebase console , click  Add project . To add Firebase resources to an  existing  Google Cloud project, enter its project name or select it from the dropdown menu. Click  Continue . Click  Create project  (or  Add Firebase , if you’re using an existing Google Cloud project). Step 2: Register your app with Firebase To use Firebase in your Android app, you need to register your app with your Firebase project. Registering your app is often called “adding” your app to your project. In the center of the project overview page, click the  Android  icon Android or  Add app  to launch the setup workflow. Enter your app’s package name in the  Android package name  field. Find your app’s package name in your module (app-level) Gradle fil

Obtain Youtube Channel ID and Playlist ID

If you want to develop android app or website to view data from youtube you can read this documentation  https://developers.google.com/youtube/v3/ There are three part you must prepare before you obtain data from youtube API Goolge Youtube API Key Channel ID Playlist ID Now we only talking about Channel ID, and Playlist ID, you can read  my previous post  how to get Google Youtube API Key # Channel ID  is identifier for your youtube channel, we can get description, list of playlist, banner by using this ID https://www.googleapis.com/youtube/v3/channels?key={YOUR_API_KEY}&forUsername={USER_NAME}&part=id YOUR_API_KEY =   Google Youtube API Key USER_NAME =  username of channel In example I use this channel, I search from youtube and get this channel url https://www.youtube.com/user/ boyceavenue We can know the USER_NAME from this channel is  boyceavenue,  then you can get Channel ID by open this url https://www.googleapis.com/youtube/v3/channels?key= YourAPIKeyShouldBeHereXXXXXX &

Get Google Youtube API KEY

1. Go to : https://console.developers.google.com/ 2. Login into your google account 3. You can create new project or user existing project 4. Select library menu, Please enable YouTube Data API v3  API feature. 5. Last step is to generate API Key. Select Credentials > Create Credentials > Api Key > Select Browser Key leave  Key Restriction None DONE, you got your API key for Google Youtube

Privacy Policy Template

If some of my app get warning from google “ Warning of Google Play Developer policy violation: Action Required “, Here some action you can do, by submitting privacy policy url

Guide category icon for Markeet Panel

Category Icon will display at android as icon at category, good icon will help user to catch the information and easy understand about category. So make sure you pick the best icon for category.

Configure FCM for Android

From your firebase admin please click  Add Firebase to your Android app like this picture :