{"id":8394,"date":"2024-12-10T14:59:03","date_gmt":"2024-12-10T09:29:03","guid":{"rendered":"https:\/\/pheonixsolutions.com\/blog\/?p=8394"},"modified":"2024-12-10T15:38:55","modified_gmt":"2024-12-10T10:08:55","slug":"firebase-in-android-studio","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/","title":{"rendered":"Firebase in Android Studio"},"content":{"rendered":"\n<p><strong>Introduction<\/strong><\/p>\n\n\n\n<p>Firebase is a powerful platform that provides a variety of services to help you build and manage applications. This guide will cover how to set up Firebase in a Kotlin project and use its key features.<\/p>\n\n\n\n<p><strong>What is Firebase?<\/strong><\/p>\n\n\n\n<p>Firebase, developed by Google, provides online services like a real-time database, user authorization, cloud messaging, crash reporting, and more. Google Firebase is a Backend as a Service (BaaS) platform designed to work on Android, iOS, Web, or Unity. It is an application development platform for mobile applications, web applications, and games. Firebase contains several tools for reporting and fixing application crashes, hosting, tracking daily analytics, and creating marketing and product experiments.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXf0sYA-adCCoty3CRqI9e92N4K8CnVGIUMVuswBRTMvtdPKG9BF2dH5gKcqcB-188sKqNx6Py6k_jivAA-iXekp-ZV4hISsLjCNGFgG0FI889B3VTKQq6cJJrf0mnMvP982HJX84A?key=ZS1RIZN-7YDuBukkClp3O0lV\" alt=\"\" style=\"width:646px;height:auto\" \/><\/figure>\n\n\n\n<p><strong>Why use Firebase?<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Firebase manages the real-time data in the database so we can easily and quickly exchange data to and from the database.<\/li>\n\n\n\n<li>Firebase provides simple serialization of the application state.<\/li>\n\n\n\n<li>Firebase allows syncing of real-time data across all devices without refreshing the screen.<\/li>\n\n\n\n<li>It provides analytics to crash repots.<\/li>\n\n\n\n<li>It offers a simple control dashboard.<\/li>\n\n\n\n<li>Firebase has minimal setup.<\/li>\n\n\n\n<li>Firebase provides three-way data binding via angular fire.<\/li>\n\n\n\n<li>Firebase is the most advanced hosted BaaS solution.<\/li>\n\n\n\n<li>Firebase has massive storage size potential.<\/li>\n<\/ul>\n\n\n\n<p><strong>Connecting Firebase to Application<\/strong><\/p>\n\n\n\n<p>There are two methods to add Firebase to any Android app:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Firebase assistant<\/li>\n\n\n\n<li>Manually add Firebase<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/12\/10.12.2024_15.25.06_REC-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"550\" src=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/12\/10.12.2024_15.25.06_REC-1-1024x550.png\" alt=\"\" class=\"wp-image-8400\" srcset=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/12\/10.12.2024_15.25.06_REC-1-1024x550.png 1024w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/12\/10.12.2024_15.25.06_REC-1-300x161.png 300w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/12\/10.12.2024_15.25.06_REC-1-768x413.png 768w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/12\/10.12.2024_15.25.06_REC-1-1536x825.png 1536w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/12\/10.12.2024_15.25.06_REC-1-558x300.png 558w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/12\/10.12.2024_15.25.06_REC-1.png 1891w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXd8UbO-KFtI98nHdsRM8WRzU0haF1hzVq8OmIQEUJM9qL2eRsq4rd5ko2zD8lyC2KqpfZNS82PFZtyN6h_AONdqFD5OTmxMB23H5uJiESx1UYCF6y_xUd4uLIFSU1kQPE8lKbJu?key=ZS1RIZN-7YDuBukkClp3O0lV\" alt=\"image\" \/><\/figure>\n\n\n\n<p>Find the SHA-1 certificate: In the Android studio, we can find the SHA-1 with the following steps:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to the Android studio project.<\/li>\n\n\n\n<li>Go to Gradle.<\/li>\n\n\n\n<li>Then go to the root folder<\/li>\n\n\n\n<li>Then tasks<\/li>\n\n\n\n<li>Then Android<\/li>\n\n\n\n<li>Then signing the report<\/li>\n\n\n\n<li>And then copy and paste SHA-1.      <\/li>\n<\/ul>\n\n\n\n<p><strong>Build better Applications:<\/strong><\/p>\n\n\n\n<p>This features mainly includes backend services that help developers to build and manage their applications in a better way. Services included under this feature are:<\/p>\n\n\n\n<p>1.Realtime Database<\/p>\n\n\n\n<p>2.Cloud Firestore<\/p>\n\n\n\n<p>3.Authentication<\/p>\n\n\n\n<p>4.Remote Config<\/p>\n\n\n\n<p>5.Hosting<\/p>\n\n\n\n<p>6.Firebase Cloud Messaging(FCM)<\/p>\n\n\n\n<p><strong>Improve app quality:<\/strong><\/p>\n\n\n\n<p>Here majorly all the application performance and testing features are provided.All the features required to check and manage before launching your application officially are provided in this section. Services included are:<\/p>\n\n\n\n<p>1.Crashlytics<\/p>\n\n\n\n<p>2.Performance monitoring<\/p>\n\n\n\n<p>3.Test lab<\/p>\n\n\n\n<p>4.App Distribution<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Firebase is a powerful platform that provides a variety of services to help you build and manage applications. This guide will cover how to set up Firebase in a Kotlin project and use its key features. What is Firebase? Firebase, developed by Google, provides online services like a real-time&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">Firebase in Android Studio<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":516,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":{"0":"post-8394","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-uncategorized","7":"h-entry","9":"h-as-article"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pheonix Solutions - We Empower Your Business Growth<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pheonix Solutions - We Empower Your Business Growth\" \/>\n<meta property=\"og:description\" content=\"Introduction Firebase is a powerful platform that provides a variety of services to help you build and manage applications. This guide will cover how to set up Firebase in a Kotlin project and use its key features. What is Firebase? Firebase, developed by Google, provides online services like a real-time&hellip; Continue Reading Firebase in Android Studio\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/\" \/>\n<meta property=\"og:site_name\" content=\"PHEONIXSOLUTIONS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-10T09:29:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-10T10:08:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXf0sYA-adCCoty3CRqI9e92N4K8CnVGIUMVuswBRTMvtdPKG9BF2dH5gKcqcB-188sKqNx6Py6k_jivAA-iXekp-ZV4hISsLjCNGFgG0FI889B3VTKQq6cJJrf0mnMvP982HJX84A?key=ZS1RIZN-7YDuBukkClp3O0lV\" \/>\n<meta name=\"author\" content=\"malathi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:site\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"malathi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/firebase-in-android-studio\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/firebase-in-android-studio\\\/\"},\"author\":{\"name\":\"malathi\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/7720a79512107264d88d68b5206936ce\"},\"headline\":\"Firebase in Android Studio\",\"datePublished\":\"2024-12-10T09:29:03+00:00\",\"dateModified\":\"2024-12-10T10:08:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/firebase-in-android-studio\\\/\"},\"wordCount\":346,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/firebase-in-android-studio\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/lh7-rt.googleusercontent.com\\\/docsz\\\/AD_4nXf0sYA-adCCoty3CRqI9e92N4K8CnVGIUMVuswBRTMvtdPKG9BF2dH5gKcqcB-188sKqNx6Py6k_jivAA-iXekp-ZV4hISsLjCNGFgG0FI889B3VTKQq6cJJrf0mnMvP982HJX84A?key=ZS1RIZN-7YDuBukkClp3O0lV\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/firebase-in-android-studio\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/firebase-in-android-studio\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/firebase-in-android-studio\\\/\",\"name\":\"Pheonix Solutions - We Empower Your Business Growth\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/firebase-in-android-studio\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/firebase-in-android-studio\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/lh7-rt.googleusercontent.com\\\/docsz\\\/AD_4nXf0sYA-adCCoty3CRqI9e92N4K8CnVGIUMVuswBRTMvtdPKG9BF2dH5gKcqcB-188sKqNx6Py6k_jivAA-iXekp-ZV4hISsLjCNGFgG0FI889B3VTKQq6cJJrf0mnMvP982HJX84A?key=ZS1RIZN-7YDuBukkClp3O0lV\",\"datePublished\":\"2024-12-10T09:29:03+00:00\",\"dateModified\":\"2024-12-10T10:08:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/firebase-in-android-studio\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/firebase-in-android-studio\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/firebase-in-android-studio\\\/#primaryimage\",\"url\":\"https:\\\/\\\/lh7-rt.googleusercontent.com\\\/docsz\\\/AD_4nXf0sYA-adCCoty3CRqI9e92N4K8CnVGIUMVuswBRTMvtdPKG9BF2dH5gKcqcB-188sKqNx6Py6k_jivAA-iXekp-ZV4hISsLjCNGFgG0FI889B3VTKQq6cJJrf0mnMvP982HJX84A?key=ZS1RIZN-7YDuBukkClp3O0lV\",\"contentUrl\":\"https:\\\/\\\/lh7-rt.googleusercontent.com\\\/docsz\\\/AD_4nXf0sYA-adCCoty3CRqI9e92N4K8CnVGIUMVuswBRTMvtdPKG9BF2dH5gKcqcB-188sKqNx6Py6k_jivAA-iXekp-ZV4hISsLjCNGFgG0FI889B3VTKQq6cJJrf0mnMvP982HJX84A?key=ZS1RIZN-7YDuBukkClp3O0lV\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/firebase-in-android-studio\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Firebase in Android Studio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"name\":\"Pheonix Solutions\",\"description\":\"We Empower Your Business Growth\",\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\",\"name\":\"PheonixSolutions\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"width\":454,\"height\":300,\"caption\":\"PheonixSolutions\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PheonixSolutions-209942982759387\\\/\",\"https:\\\/\\\/x.com\\\/pheonixsolution\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/7720a79512107264d88d68b5206936ce\",\"name\":\"malathi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9d63359ff9c2beee40fa30c41fb66eec0aff026f3b4bc0e1600924347eb5b594?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9d63359ff9c2beee40fa30c41fb66eec0aff026f3b4bc0e1600924347eb5b594?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9d63359ff9c2beee40fa30c41fb66eec0aff026f3b4bc0e1600924347eb5b594?s=96&r=g\",\"caption\":\"malathi\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/malathi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pheonix Solutions - We Empower Your Business Growth","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/","og_locale":"en_US","og_type":"article","og_title":"Pheonix Solutions - We Empower Your Business Growth","og_description":"Introduction Firebase is a powerful platform that provides a variety of services to help you build and manage applications. This guide will cover how to set up Firebase in a Kotlin project and use its key features. What is Firebase? Firebase, developed by Google, provides online services like a real-time&hellip; Continue Reading Firebase in Android Studio","og_url":"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2024-12-10T09:29:03+00:00","article_modified_time":"2024-12-10T10:08:55+00:00","og_image":[{"url":"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXf0sYA-adCCoty3CRqI9e92N4K8CnVGIUMVuswBRTMvtdPKG9BF2dH5gKcqcB-188sKqNx6Py6k_jivAA-iXekp-ZV4hISsLjCNGFgG0FI889B3VTKQq6cJJrf0mnMvP982HJX84A?key=ZS1RIZN-7YDuBukkClp3O0lV","type":"","width":"","height":""}],"author":"malathi","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"malathi","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/"},"author":{"name":"malathi","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/7720a79512107264d88d68b5206936ce"},"headline":"Firebase in Android Studio","datePublished":"2024-12-10T09:29:03+00:00","dateModified":"2024-12-10T10:08:55+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/"},"wordCount":346,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/#primaryimage"},"thumbnailUrl":"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXf0sYA-adCCoty3CRqI9e92N4K8CnVGIUMVuswBRTMvtdPKG9BF2dH5gKcqcB-188sKqNx6Py6k_jivAA-iXekp-ZV4hISsLjCNGFgG0FI889B3VTKQq6cJJrf0mnMvP982HJX84A?key=ZS1RIZN-7YDuBukkClp3O0lV","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/","url":"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/","name":"Pheonix Solutions - We Empower Your Business Growth","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/#primaryimage"},"thumbnailUrl":"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXf0sYA-adCCoty3CRqI9e92N4K8CnVGIUMVuswBRTMvtdPKG9BF2dH5gKcqcB-188sKqNx6Py6k_jivAA-iXekp-ZV4hISsLjCNGFgG0FI889B3VTKQq6cJJrf0mnMvP982HJX84A?key=ZS1RIZN-7YDuBukkClp3O0lV","datePublished":"2024-12-10T09:29:03+00:00","dateModified":"2024-12-10T10:08:55+00:00","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/#primaryimage","url":"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXf0sYA-adCCoty3CRqI9e92N4K8CnVGIUMVuswBRTMvtdPKG9BF2dH5gKcqcB-188sKqNx6Py6k_jivAA-iXekp-ZV4hISsLjCNGFgG0FI889B3VTKQq6cJJrf0mnMvP982HJX84A?key=ZS1RIZN-7YDuBukkClp3O0lV","contentUrl":"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXf0sYA-adCCoty3CRqI9e92N4K8CnVGIUMVuswBRTMvtdPKG9BF2dH5gKcqcB-188sKqNx6Py6k_jivAA-iXekp-ZV4hISsLjCNGFgG0FI889B3VTKQq6cJJrf0mnMvP982HJX84A?key=ZS1RIZN-7YDuBukkClp3O0lV"},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/firebase-in-android-studio\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Firebase in Android Studio"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/blog\/#website","url":"https:\/\/pheonixsolutions.com\/blog\/","name":"Pheonix Solutions","description":"We Empower Your Business Growth","publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pheonixsolutions.com\/blog\/#organization","name":"PheonixSolutions","url":"https:\/\/pheonixsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","width":454,"height":300,"caption":"PheonixSolutions"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","https:\/\/x.com\/pheonixsolution"]},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/7720a79512107264d88d68b5206936ce","name":"malathi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9d63359ff9c2beee40fa30c41fb66eec0aff026f3b4bc0e1600924347eb5b594?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9d63359ff9c2beee40fa30c41fb66eec0aff026f3b4bc0e1600924347eb5b594?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9d63359ff9c2beee40fa30c41fb66eec0aff026f3b4bc0e1600924347eb5b594?s=96&r=g","caption":"malathi"},"url":"https:\/\/pheonixsolutions.com\/blog\/author\/malathi\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-2bo","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/8394","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/516"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=8394"}],"version-history":[{"count":0,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/8394\/revisions"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=8394"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=8394"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=8394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}