সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অননুমোদিত পক্ষগুলিকে আপনার API কী ব্যবহার করে Dynamic Links তৈরি করতে বাধা দিতে যা আপনার ডোমেন থেকে আপনার মালিকানাধীন নয় এমন সাইটগুলিতে পুনঃনির্দেশিত করতে, আপনার Dynamic Links পুনঃনির্দেশ করতে পারে এমন URLগুলিকে নির্দিষ্ট করা উচিত৷
অনুমোদিত URLগুলি নির্দিষ্ট করতে, Firebase কনসোলের Dynamic Links পৃষ্ঠা থেকে more_vert> Allowlist URL প্যাটার্নে ক্লিক করুন এবং তারপর RE2 সিনট্যাক্স ব্যবহার করে 10টি পর্যন্ত রেগুলার এক্সপ্রেশন নির্দিষ্ট করুন। শুধুমাত্র এই রেগুলার এক্সপ্রেশনগুলির একটির সাথে মেলে এমন ইউআরএলগুলিকে একটি Dynamic Links জন্য ডিপ লিঙ্ক ( link ) বা ফলব্যাক লিঙ্ক ( afl , ifl , ipfl , ofl ) হিসাবে সফলভাবে ব্যবহার করা যেতে পারে। আপনি যদি ইউআরএল প্যাটার্ন নির্দিষ্ট করেন, যে কোনও ইউআরএল যে প্যাটার্নগুলির একটির সাথে মেলে না তা আপনার Dynamic Links HTTP ত্রুটি 400 ফিরিয়ে দেবে।
আপনি আপনার URL প্যাটার্ন যতটা সম্ভব সীমাবদ্ধ করা উচিত. যেমন:
খুব অনুমোদিত
ভালো
^https://.*.com/.*$
.com দিয়ে শেষ হওয়া যেকোনো সাইটের যেকোনো পৃষ্ঠায় পুনঃনির্দেশ করতে পারে।
^https://mybrand\.com/.*$
শুধুমাত্র mybrand.com এর পৃষ্ঠাগুলিতে পুনঃনির্দেশ করতে পারেন৷
^https://play.google.com/.*$
যেকোনো অ্যাপের Google Play Store পৃষ্ঠায় রিডাইরেক্ট করতে পারেন।
^https://play\.google\.com/.*id=myapp\.com$
প্যাকেজ নাম myapp.com সহ অ্যাপের জন্য শুধুমাত্র Google Play Store পৃষ্ঠাগুলিতে পুনঃনির্দেশিত করতে পারে।
^https://itunes.apple.com/.*$
itunes.apple.com এর যেকোনো পৃষ্ঠায় রিডাইরেক্ট করতে পারেন।
^https://itunes\.apple\.com/.*id123$
আইডি id123 সহ অ্যাপটির জন্য শুধুমাত্র অ্যাপ স্টোর পৃষ্ঠায় পুনঃনির্দেশিত করতে পারে।
আপনি Dynamic Links জন্য একটি ডিপ লিঙ্ক এবং ফলব্যাক লিঙ্কগুলি আপনার ইউআরএল প্যাটার্নগুলির একটির সাথে মেলে তা Dynamic Links ডিবাগ পৃষ্ঠাটি দেখে এবং কোনও সতর্কতা নেই তা যাচাই করে নিশ্চিত করতে পারেন:
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Allow specific URL patterns\n\n\u003cbr /\u003e\n\n| **Deprecated:** Firebase Dynamic Links is *deprecated* and should not be adopted in projects that don't already use it. The service will shut down on August 25, 2025. See the [Dynamic Links Deprecation FAQ](/support/dynamic-links-faq) for more information.\n\nTo prevent unauthorized parties from using your API key to create Dynamic Links that\nredirect from your domain to sites you don't own, you should specify the URLs\nyour Dynamic Links can redirect to.\n\nTo specify the allowed URLs, click\nmore_vert **\\\u003e Allowlist URL pattern**\nfrom the Dynamic Links page of the Firebase console, and then specify up to\n10 regular expressions using\n[RE2 syntax](https://github.com/google/re2/wiki/Syntax). Only URLs\nthat match one of these regular expressions can be successfully used as a deep\nlink (`link`) or fallback link (`afl`, `ifl`, `ipfl`, `ofl`) for a Dynamic Links. If\nyou specify URL patterns, any URL that doesn't match one of the patterns will\ncause your Dynamic Links to return HTTP error 400.\n\nYou should make your URL patterns as restrictive as possible. For example:\n\n| Too permissive | Better |\n|----------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|\n| `^https://.*.com/.*$` Can redirect to any page on any site ending with `.com`. | `^https://mybrand\\.com/.*$` Can redirect only to pages at `mybrand.com`. |\n| `^https://play.google.com/.*$` Can redirect to any app's Google Play Store page. | `^https://play\\.google\\.com/.*id=myapp\\.com$` Can redirect only to Google Play Store pages for the app with the package name `myapp.com`. |\n| `^https://itunes.apple.com/.*$` Can redirect to any page on `itunes.apple.com`. | `^https://itunes\\.apple\\.com/.*id123$` Can redirect only to the App Store page for the app with the ID `id123`. |\n\nYou can make sure a deep link and fallback links for a Dynamic Links match one of\nyour URL patterns by viewing the debug page for Dynamic Links and verifying there are\nno warnings: \n\n```\nhttps://example.page.link/WXYZ?d=1\n```"]]