{"id":560,"date":"2025-06-14T13:33:48","date_gmt":"2025-06-14T13:33:48","guid":{"rendered":"https:\/\/zimpolite.com\/shop\/?p=560"},"modified":"2025-06-14T13:33:49","modified_gmt":"2025-06-14T13:33:49","slug":"login","status":"publish","type":"post","link":"https:\/\/zimpolite.com\/shop\/login\/","title":{"rendered":"Login"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html><br \/>\n<head><br \/>\n  <meta charset=\"UTF-8\"><br \/>\n  <title>Login with Mobile (Firebase OTP)<\/title><br \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n  <script src=\"https:\/\/www.gstatic.com\/firebasejs\/9.22.0\/firebase-app-compat.js\"><\/script><br \/>\n  <script src=\"https:\/\/www.gstatic.com\/firebasejs\/9.22.0\/firebase-auth-compat.js\"><\/script><\/p>\n<style>\n    body { font-family: Arial, sans-serif; background: #f4f4f4; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; }\n    .container { background: white; padding: 25px; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,0.1); width: 320px; }\n    .container h2 { margin-bottom: 15px; color: #333; text-align: center; }\n    input, button { width: 100%; padding: 10px; margin: 8px 0; border-radius: 4px; border: 1px solid #ccc; }\n    button { background-color: #FF3E6C; color: #fff; border: none; cursor: pointer; }\n    button:hover { background-color: #e5325a; }\n    #recaptcha-container { margin-top: 8px; }\n  <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<div class=\"container\">\n<h2>Login with Mobile<\/h2>\n<p>  <input type=\"tel\" id=\"mobileNumber\" placeholder=\"Enter Mobile with +91\" required><\/p>\n<div id=\"recaptcha-container\"><\/div>\n<p>  <button onclick=\"sendOTP()\">Send OTP<\/button><\/p>\n<p>  <input type=\"text\" id=\"otp\" placeholder=\"Enter OTP\" style=\"display:none;\"><br \/>\n  <button onclick=\"verifyOTP()\" id=\"verifyBtn\" style=\"display:none;\">Verify OTP<\/button>\n<\/div>\n<p><script>\n  \/\/ \u2705 Replace below with your Firebase config\n  const firebaseConfig = {\n    apiKey: \"AIzaSyALpcjS9lSqHxoPIryiTI3YFA-vTaNV_6M\",\n    authDomain: \"zimpolite-6524f.firebaseapp.com\",\n    projectId: \"zimpolite-6524f\",\n    storageBucket: \"zimpolite-6524f.appspot.com\",\n    messagingSenderId: \"99594876651\",\n    appId: \"1:99594876651:web:7572e32255b7bb6d7b70ae\"\n  };<\/p>\n<p>  firebase.initializeApp(firebaseConfig);\n  const auth = firebase.auth();<\/p>\n<p>  \/\/ reCAPTCHA setup\n  window.recaptchaVerifier = new firebase.auth.RecaptchaVerifier('recaptcha-container', {\n    'size': 'normal',\n    'callback': function(response) {\n      console.log(\"reCAPTCHA Solved\");\n    }\n  });<\/p>\n<p>  function sendOTP() {\n    const phoneNumber = document.getElementById('mobileNumber').value;\n    if (!phoneNumber.startsWith('+')) {\n      alert('Please enter your mobile number with country code, e.g., +91XXXXXXXXXX');\n      return;\n    }<\/p>\n<p>    auth.signInWithPhoneNumber(phoneNumber, window.recaptchaVerifier)\n      .then(function(confirmationResult) {\n        window.confirmationResult = confirmationResult;\n        alert(\"OTP Sent!\");\n        document.getElementById('otp').style.display = 'block';\n        document.getElementById('verifyBtn').style.display = 'block';\n      })\n      .catch(function(error) {\n        alert(error.message);\n      });\n  }<\/p>\n<p>  function verifyOTP() {\n    const otp = document.getElementById('otp').value;\n    if (otp === '') {\n      alert('Please enter the OTP');\n      return;\n    }<\/p>\n<p>    window.confirmationResult.confirm(otp)\n      .then(function(result) {\n        const user = result.user;\n        alert('Login successful!\\nUser ID: ' + user.uid);\n        \/\/  Redirect to your desired page here after login\n        \/\/ Example: window.location.href = '\/shop';\n      })\n      .catch(function(error) {\n        alert('Invalid OTP');\n      });\n  }\n<\/script><\/p>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-560","post","type-post","status-publish","format-standard","hentry","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Login - Zimpolite<\/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:\/\/zimpolite.com\/shop\/login\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Login - Zimpolite\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zimpolite.com\/shop\/login\/\" \/>\n<meta property=\"og:site_name\" content=\"Zimpolite\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-14T13:33:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-14T13:33:49+00:00\" \/>\n<meta name=\"author\" content=\"zimpolite68\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"zimpolite68\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/zimpolite.com\/shop\/login\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/zimpolite.com\/shop\/login\/\"},\"author\":{\"name\":\"zimpolite68\",\"@id\":\"https:\/\/zimpolite.com\/shop\/#\/schema\/person\/feb6961fa63cfb778451850d24433d83\"},\"headline\":\"Login\",\"datePublished\":\"2025-06-14T13:33:48+00:00\",\"dateModified\":\"2025-06-14T13:33:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/zimpolite.com\/shop\/login\/\"},\"wordCount\":13,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/zimpolite.com\/shop\/#organization\"},\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/zimpolite.com\/shop\/login\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zimpolite.com\/shop\/login\/\",\"url\":\"https:\/\/zimpolite.com\/shop\/login\/\",\"name\":\"Login - Zimpolite\",\"isPartOf\":{\"@id\":\"https:\/\/zimpolite.com\/shop\/#website\"},\"datePublished\":\"2025-06-14T13:33:48+00:00\",\"dateModified\":\"2025-06-14T13:33:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/zimpolite.com\/shop\/login\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zimpolite.com\/shop\/login\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zimpolite.com\/shop\/login\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zimpolite.com\/shop\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Login\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zimpolite.com\/shop\/#website\",\"url\":\"https:\/\/zimpolite.com\/shop\/\",\"name\":\"Zimpolite\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/zimpolite.com\/shop\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zimpolite.com\/shop\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/zimpolite.com\/shop\/#organization\",\"name\":\"Zimpolite\",\"url\":\"https:\/\/zimpolite.com\/shop\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zimpolite.com\/shop\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/zimpolite.com\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-06-at-14.52.24_674bd404.jpg\",\"contentUrl\":\"https:\/\/zimpolite.com\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-06-at-14.52.24_674bd404.jpg\",\"width\":978,\"height\":861,\"caption\":\"Zimpolite\"},\"image\":{\"@id\":\"https:\/\/zimpolite.com\/shop\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/zimpolite.com\/shop\/#\/schema\/person\/feb6961fa63cfb778451850d24433d83\",\"name\":\"zimpolite68\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zimpolite.com\/shop\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f00dc4caaad86484290d5ab370880082cbd60ef422c78ae8f150c614801bb50a?s=96&d=wp_user_avatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f00dc4caaad86484290d5ab370880082cbd60ef422c78ae8f150c614801bb50a?s=96&d=wp_user_avatar&r=g\",\"caption\":\"zimpolite68\"},\"sameAs\":[\"http:\/\/zimpolite.com\"],\"url\":\"https:\/\/zimpolite.com\/shop\/author\/zimpolite68\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Login - Zimpolite","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:\/\/zimpolite.com\/shop\/login\/","og_locale":"en_US","og_type":"article","og_title":"Login - Zimpolite","og_url":"https:\/\/zimpolite.com\/shop\/login\/","og_site_name":"Zimpolite","article_published_time":"2025-06-14T13:33:48+00:00","article_modified_time":"2025-06-14T13:33:49+00:00","author":"zimpolite68","twitter_card":"summary_large_image","twitter_misc":{"Written by":"zimpolite68"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zimpolite.com\/shop\/login\/#article","isPartOf":{"@id":"https:\/\/zimpolite.com\/shop\/login\/"},"author":{"name":"zimpolite68","@id":"https:\/\/zimpolite.com\/shop\/#\/schema\/person\/feb6961fa63cfb778451850d24433d83"},"headline":"Login","datePublished":"2025-06-14T13:33:48+00:00","dateModified":"2025-06-14T13:33:49+00:00","mainEntityOfPage":{"@id":"https:\/\/zimpolite.com\/shop\/login\/"},"wordCount":13,"commentCount":0,"publisher":{"@id":"https:\/\/zimpolite.com\/shop\/#organization"},"articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zimpolite.com\/shop\/login\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zimpolite.com\/shop\/login\/","url":"https:\/\/zimpolite.com\/shop\/login\/","name":"Login - Zimpolite","isPartOf":{"@id":"https:\/\/zimpolite.com\/shop\/#website"},"datePublished":"2025-06-14T13:33:48+00:00","dateModified":"2025-06-14T13:33:49+00:00","breadcrumb":{"@id":"https:\/\/zimpolite.com\/shop\/login\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zimpolite.com\/shop\/login\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zimpolite.com\/shop\/login\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zimpolite.com\/shop\/"},{"@type":"ListItem","position":2,"name":"Login"}]},{"@type":"WebSite","@id":"https:\/\/zimpolite.com\/shop\/#website","url":"https:\/\/zimpolite.com\/shop\/","name":"Zimpolite","description":"","publisher":{"@id":"https:\/\/zimpolite.com\/shop\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zimpolite.com\/shop\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zimpolite.com\/shop\/#organization","name":"Zimpolite","url":"https:\/\/zimpolite.com\/shop\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zimpolite.com\/shop\/#\/schema\/logo\/image\/","url":"https:\/\/zimpolite.com\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-06-at-14.52.24_674bd404.jpg","contentUrl":"https:\/\/zimpolite.com\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-06-at-14.52.24_674bd404.jpg","width":978,"height":861,"caption":"Zimpolite"},"image":{"@id":"https:\/\/zimpolite.com\/shop\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zimpolite.com\/shop\/#\/schema\/person\/feb6961fa63cfb778451850d24433d83","name":"zimpolite68","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zimpolite.com\/shop\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f00dc4caaad86484290d5ab370880082cbd60ef422c78ae8f150c614801bb50a?s=96&d=wp_user_avatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f00dc4caaad86484290d5ab370880082cbd60ef422c78ae8f150c614801bb50a?s=96&d=wp_user_avatar&r=g","caption":"zimpolite68"},"sameAs":["http:\/\/zimpolite.com"],"url":"https:\/\/zimpolite.com\/shop\/author\/zimpolite68\/"}]}},"_links":{"self":[{"href":"https:\/\/zimpolite.com\/shop\/wp-json\/wp\/v2\/posts\/560","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zimpolite.com\/shop\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zimpolite.com\/shop\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zimpolite.com\/shop\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zimpolite.com\/shop\/wp-json\/wp\/v2\/comments?post=560"}],"version-history":[{"count":1,"href":"https:\/\/zimpolite.com\/shop\/wp-json\/wp\/v2\/posts\/560\/revisions"}],"predecessor-version":[{"id":561,"href":"https:\/\/zimpolite.com\/shop\/wp-json\/wp\/v2\/posts\/560\/revisions\/561"}],"wp:attachment":[{"href":"https:\/\/zimpolite.com\/shop\/wp-json\/wp\/v2\/media?parent=560"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zimpolite.com\/shop\/wp-json\/wp\/v2\/categories?post=560"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zimpolite.com\/shop\/wp-json\/wp\/v2\/tags?post=560"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}