Firebase ডায়নামিক লিঙ্ক (iOS) থেকে দূরে ইমেল লিঙ্ক সাইন ইন মাইগ্রেট করুন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ইমেল লিঙ্ক প্রমাণীকরণ আগে Firebase Dynamic Links উপর নির্ভর করত, যা 25 আগস্ট, 2025-এ বন্ধ হয়ে যাবে । আমরা Firebase Authentication iOS SDK সংস্করণ 11.8.0+ এ একটি বিকল্প সমাধান প্রকাশ করেছি। যদি আপনার অ্যাপ Firebase Dynamic Links ব্যবহার করে, তাহলে আপনার অ্যাপটিকে নতুন Firebase Hosting ভিত্তিক সিস্টেমে স্থানান্তর করা উচিত।
Firebase Dynamic Links ডোমেন ব্যবহার করার পরিবর্তে, Firebase Authentication আপনার প্রকল্পের জন্য Firebase Hosting ডিফল্ট ডোমেন ব্যবহার করবে যাতে মোবাইল অ্যাপে ইমেল লিঙ্ক এবং অন্যান্য আউট-অফ-ব্যান্ড লিঙ্ক অ্যাকশনের জন্য লিঙ্ক তৈরি করা যায়। এর মানে হল যে আপনার মোবাইল অ্যাপে ইমেল প্রমাণীকরণ লিঙ্কগুলির জন্য এই ডিফল্ট ডোমেনটিকে সংশ্লিষ্ট ডোমেন হিসাবে ব্যবহার করার জন্য আপনার অ্যাপটিকেও আপডেট করতে হবে।
নতুন ডোমেন থেকে লিঙ্কগুলি পরিচালনা করতে এবং সামনের দিকে মোবাইল অ্যাপ লিঙ্ক তৈরি করতে Firebase Hosting ডোমেন ব্যবহার শুরু করার জন্য Firebase Authentication নির্দেশ দিতে নিম্নলিখিত নির্দেশাবলী ব্যবহার করুন৷
আপনি যদি আপনার কাস্টম Firebase Hosting ডোমেন বা এমনকি আপনার কাস্টম Firebase Dynamic Links ডোমেনকে আপনার নতুন সংযুক্ত ডোমেন হিসাবে ব্যবহার করা চালিয়ে যেতে চান, মোবাইল লিঙ্কগুলি কাস্টমাইজ করুন বিভাগে নির্দেশাবলী ব্যবহার করে, আপনি যে ডোমেনটি ব্যবহার করতে চান তার সাথে মেলানোর পদক্ষেপগুলিকে মানিয়ে নিন৷
আপনার অ্যাপ সংশ্লিষ্ট ডোমেনের সাথে Firebase Hosting ডোমেন লিঙ্ক করুন।
আপনাকে অ্যাপ লিঙ্কগুলির জন্য একটি অ্যাসোসিয়েটেড ডোমেন হিসাবে নির্বাচিত ডোমেনটি কনফিগার করতে হবে৷ আপনার অ্যাপে এনটাইটেলমেন্ট সেট আপ করতে, টার্গেটের সাইনিং এবং ক্যাপাবিলিটিস ট্যাবটি Xcode-এ খুলুন এবং পূর্ববর্তী ধাপ থেকে অ্যাসোসিয়েটেড ডোমেন সক্ষমতায় Firebase Hosting ডোমেন যোগ করুন। ডিফল্ট Firebase Hosting ডোমেইন ব্যবহার করলে, এটি হবেapplinks: PROJECT_ID .firebaseapp.com ।
একটি সংশ্লিষ্ট ডোমেন ফাইল আপনার সমস্ত Firebase Hosting ডোমেনের অধীনে স্থাপন করা হয়েছে। এটি অ্যাক্সেস করতে, PROJECT_ID .firebaseapp.com/.well-known/apple-app-site-association এ নেভিগেট করুন। এই AASA ফাইলটি ওভাররাইট করা যেতে পারে; আরও তথ্যের জন্য আপনার ইউনিভার্সাল লিংক কনফিগারেশন ফাইল তৈরি করুন এবং হোস্ট করুন দেখুন।
নতুন লিঙ্ক ব্যবহার করার জন্য আপনার প্রকল্প কনফিগার করুন.
আপনি যখন নতুন ডোমেন লিঙ্কগুলি পরিচালনা করতে প্রস্তুত হন, তখন আপনি কীভাবে ইমেল লিঙ্কগুলি তৈরি করতে চান তা আপডেট করতে Firebase অ্যাডমিন SDK ব্যবহার করতে পারেন এবং নতুন Firebase Hosting ডোমেন ব্যবহার করে লিঙ্ক তৈরি করা শুরু করার জন্য আমাদের ব্যাকএন্ডকে নির্দেশ দিতে পারেন।
constupdateRequest={mobileLinksConfig:{domain:'HOSTING_DOMAIN'}}constupdateProjectConfig=()=>{projectConfigManager.updateProjectConfig(updateRequest).then((response)=>{// updated project config}).catch((error)=>{console.log('Error updating the project:',error);});}
ইমেল লিঙ্ক পাঠান এবং খালাস.
আগের মত ইমেইল সাইন-ইন লিঙ্ক পাঠান। যখন কোনও শেষ ব্যবহারকারী লিঙ্কটিতে ক্লিক করেন, সাইন ইন শেষ করতে ইনস্টল করা থাকলে তাদের অ্যাপে পুনঃনির্দেশিত করা হবে।
আপনার মোবাইল লিঙ্ক কাস্টমাইজ করুন
আপনি একটি কাস্টম Firebase Hosting ডোমেন ব্যবহার করতে পারেন বা আপনার নতুন মোবাইল লিঙ্ক ডোমেন হতে আপনার কাস্টম Firebase Dynamic Links ডোমেন পুনরায় ব্যবহার করতে পারেন।
আপনার কাস্টম Firebase Dynamic Links ডোমেন পুনরায় ব্যবহার করুন
আপনি আপনার কাস্টম ডোমেন হিসাবে আপনার Firebase Dynamic Links ডোমেনগুলির যেকোনো একটি পুনরায় ব্যবহার করতে পারেন। যাইহোক, যেকোনও Firebase Dynamic Links কার্যকারিতা আর সমর্থিত হবে না (উদাহরণস্বরূপ, ব্যবহারকারীদের অ্যাপ স্টোরে রিডাইরেক্ট করা যাবে না যদি তাদের ডিভাইসে অ্যাপ ইনস্টল না থাকে)।
[null,null,["2025-08-15 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["Email link authentication previously relied on Firebase Dynamic Links, which will be\n[shut down on August 25, 2025](/support/dynamic-links-faq). We've published an\nalternative solution in the Firebase Authentication iOS SDK version 11.8.0+. If your\napp uses Firebase Dynamic Links, you should migrate your app to the new\nFirebase Hosting based system.\n\nMigrate your associated Firebase Dynamic Links domain to a Firebase Hosting domain\n\nMoving forward, rather than using a Firebase Dynamic Links domain, Firebase Authentication\nwill use the Firebase Hosting default domain for your project to create\nlinks for email link and other out-of-band link actions in mobile apps. This\nmeans that your app will also need to be updated to use this default domain as\nthe associated domain for email authentication links to your mobile app.\n\nYou can follow the instructions in\n[Authenticate with Firebase Using Email Link on Apple Platforms](/docs/auth/ios/email-link-auth)\nto update your app to use the new automatically provisioned Firebase Hosting\ndefault domain.\n\nUse the following instructions to handle links from the new domain and to\ninstruct Firebase Authentication to start using the Firebase Hosting domain to\ngenerate mobile app links going forward.\n\nIf you'd like to continue using any of your custom Firebase Hosting domains\nor even your custom Firebase Dynamic Links domain to be your new associated domain,\nusing the instructions in the [Customize Mobile Links](#customize-mobile-links)\nsection, adapt the steps to match the intended domain you'd like to use.\n\n1. **Link Firebase Hosting domain to your app associated domain.**\n\n You'll need to configure the selected domain as an Associated Domain for\n app links. To set up the entitlement in your app, open the target's\n **Signing \\& Capabilities** tab in Xcode and add Firebase Hosting domains\n from the previous step to the Associated Domains capability. If using the\n default Firebase Hosting domain, this will be\n `applinks:`\u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e`.firebaseapp.com`.\n\n See [Supporting associated domains](https://developer.apple.com/documentation/xcode/supporting-associated-domains)\n on Apple's documentation site for more information.\n\n An associated domain file has been deployed under all your\n Firebase Hosting domains. To access it, navigate to\n \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e`.firebaseapp.com/.well-known/apple-app-site-association`.\n This AASA file can be overwritten; see\n [Create and host your Universal Links configuration files](/support/guides/app-links-universal-links#create_and_host_your_universal_links_configuration_files_on_your_new_hosting_domain)\n for more information.\n | **Important:** To ensure a seamless rollback, we recommend keeping your existing intent filter that handles Firebase Dynamic Links while trying out the Firebase Hosting link solution. The Firebase Dynamic Links solution will be available until August 25, 2025.\n2. **Configure your project to use the new links.**\n\n When you're ready to handle the new domain links, you can use the\n [Firebase Admin SDK](/docs/admin/setup) to update how you want email links\n to be generated and instruct our backend to start generating links using the\n new Firebase Hosting domain. \n\n const updateRequest = {\n mobileLinksConfig: {\n domain: 'HOSTING_DOMAIN'\n }\n }\n const updateProjectConfig = () =\u003e {\n projectConfigManager.updateProjectConfig(updateRequest)\n .then((response) =\u003e {\n // updated project config\n }).catch((error) =\u003e {\n console.log('Error updating the project:', error);\n });\n }\n\n | **Important:** To rollback to the Firebase Dynamic Links while implementing and testing the backup solution, you should set the domain back to `FIREBASE_DYNAMIC_LINK`. The Firebase Dynamic Links solution will be available until August 25, 2025.\n3. **Send and redeem the email link.**\n\n Send the email sign-in link as before. When an end user clicks on the link,\n they will be redirected to the app if installed to finish the sign in.\n\nCustomize your mobile links\n\nYou can use a custom Firebase Hosting domain or reuse your custom\nFirebase Dynamic Links domain to be your new mobile links domain.\n\nUse a custom Firebase Hosting domain\n\n1. Follow the [Firebase Hosting guide](/docs/hosting/custom-domain) to set up a custom domain.\n2. Link the custom domain to your app associated domain.\n3. [Send an authentication link to the user's email address](/docs/auth/ios/email-link-auth#send_an_authentication_link_to_the_users_email_address) with an updated `ActionCodeSettings` object with a custom domain as `linkDomain`.\n\nRe-use your custom Firebase Dynamic Links domain\n\n1. You can re-use any of your Firebase Dynamic Links domains as your custom domain. However, any Firebase Dynamic Links functionality will no longer be supported (for example, users cannot be redirected to the app store if app isn't installed on their device).\n2. [Send an authentication link to the user's email address](/docs/auth/ios/email-link-auth#send_an_authentication_link_to_the_users_email_address) with an updated `ActionCodeSettings` object with a custom domain as `linkDomain`."]]