简体   繁体   English

使用 Wordpress 站点在 Firebase 中设置动态链接

[英]Setting up Dynamic Links in Firebase with Wordpress site

I am really struggling here... All I actually want to achieve is that I can get the Generate-Strong-Password function inside my app but that is actually harder than I thought.我在这里真的很挣扎......我真正想要实现的是我可以在我的应用程序中获得生成强密码功能,但这实际上比我想象的要难。

I learned that I should go with Firebase Dynamic Links because I have a Wordpress-Website from All-Inkl.com .我了解到我应该使用Firebase 动态链接,因为我有一个来自All-Inkl.comWordpress 网站

I followed this Tutorial and there is actually an Apple-Site-Association-File at the moment.我遵循了本教程,目前实际上有一个Apple-Site-Association-File But I can't access my Website anymore as it looks like this:但我无法再访问我的网站,因为它看起来像这样:

在此处输入图片说明

Inside my Firebase Project I am getting this error which says that there not all the necessary "A-Files" are inside my Website:在我的 Firebase 项目中,我收到此错误消息,指出我的网站中并非所有必要的“A 文件”:

在此处输入图片说明

My DNS-Settings:我的 DNS 设置:

在此处输入图片说明

I've been struggling for weeks now to get this done so if anyone has any idea how I can fix it I would be extremely grateful!!我已经努力了好几个星期才能完成这项工作,所以如果有人知道我该如何解决它,我将不胜感激!! (btw, I am a total newbie when it comes to websites; I know my way around Swift though) (顺便说一句,当谈到网站时,我完全是新手;不过我知道我的 Swift 方法)

It seems that different domain providers accept different values for DNS entries ('A records' = 'A-Datensätze', in this case).似乎不同的域提供商接受 DNS 条目的不同值(在这种情况下,“A 记录”=“A-Datensätze”)。

Try editing the entries for the Host field (which currently hold your website's URL) to one of the 'common inputs' listed here: https://firebase.google.com/docs/hosting/custom-domain?hl=de#domain-key尝试将 Host 字段(当前包含您网站的 URL)的条目编辑为此处列出的“常见输入”之一: https : //firebase.google.com/docs/hosting/custom-domain?hl=de#domain -钥匙

As the URL to your site doesn't seem to be what your provider accepts, I would suggest you try replacing it with the next option, ie replacing it with @ .由于您网站的 URL 似乎不是您的提供商接受的,我建议您尝试用下一个选项替换它,即用@替换它。

Hope this helps solving your issue!希望这有助于解决您的问题!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM