腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(639)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
GeoFire
错误没有这样的模块
GeoFire
我想为我的
GeoFire
项目实现CocoaPods。因此,我在我的Podfile中添加了以下荚:我试图在我的ViewController中导入ViewController,但是XCode显示了以下错误: 在我的Pods目录中,还显示了
GeoFire</em
浏览 0
修改于2018-04-12
得票数 0
回答已采纳
2
回答
角6
GeoFire
初始化
GeoFire
不是构造函数
"firebase": "5.0.3","angularfire2": "5.0.0-rc.9" &qu
浏览 0
修改于2018-07-21
得票数 1
1
回答
GeoFire
orderByChild滤波
我似乎无意中发现了
GeoFire
的一个问题,因为我似乎无法过滤我的
GeoFire
查询。在我的平台上,用户创建帖子,他们的位置是用地火设置的,正因为如此,有可能有成千上万的帖子我不想在客户端过滤。到目前为止,我得到的是: .child('location')) this.
geoFire
.query
浏览 0
提问于2018-04-16
得票数 0
回答已采纳
1
回答
Geofire
/ FireBase .indexOn
我正在尝试从iOS应用程序中使用
Geofire
。但是我在规则定义上失败了。}在我的Swift Code中,我使用了以下内容:let
geoFire
=
GeoFire
(firebaseRef: geoRef)letmyQuery =
浏览 1
修改于2015-12-10
得票数 1
1
回答
Ionic 2和
GeoFire
我正在寻找添加Firebase
GeoFire
库到我的地址。似乎无法通过通常的方法导入它。有没有人在这方面取得了成功? import * as
Geofire
from '
geofire
';
浏览 3
修改于2017-02-13
得票数 0
1
回答
GeoFire
geoQuery返回数据
我是Firebase +
GeoFire
的新手,
geoFire
查询函数有问题。 var radiusInKm = 2; var
geoFire
= new
Ge
浏览 4
修改于2015-07-19
得票数 0
1
回答
用cocoapods安装
GeoFire
我目前正在尝试用我的Firebase项目设置
GeoFire
,并有这样的podfile:pod 'Firebase/Core'pod '
GeoFire
', '~> 1.1' 但是,运行命令会出现以下错误无法满足下列要求: Firebase
浏览 1
修改于2017-09-24
得票数 0
回答已采纳
1
回答
快速
GeoFire
错误链接器错误_OBJC_CLASS_$_
GeoFire
Database.database().reference().child("USER") super.viewDidLoad() } pod 'Material' pod 'Kingfisher', '~> 4.0&
浏览 2
提问于2017-11-16
得票数 0
回答已采纳
1
回答
节点
GeoFire
内存泄漏?
我有一些看似非常基本的防火墙+防火墙队列+
GeoFire
代码运行在Node上,这似乎会导致内存泄漏,但我不相信我没有在某个地方搞砸什么东西。let Queue = require('firebase-queue');let
GeoFire
= require('
geofire
'); admin.initi
浏览 1
修改于2017-01-13
得票数 1
回答已采纳
1
回答
GeoFire
查询完成- Swift
在我的应用程序中,我使用
GeoFire
查询用户的位置。这是一个类似丁丁的应用程序,有卡片等等.我用KolodaView做卡片。Query started") let
geoFire
=
GeoFire
(firebaseRef: geofireRef) let circleQuery =
geoFire
?.=
GeoF
浏览 2
修改于2017-05-24
得票数 0
1
回答
GeoFire
循环查询NSException
我在我的Swift应用程序中使用Firebase和
GeoFire
3.0 Cocoapod来填充世界各地的标记地图。以下是执行圆查询以获取地图上当前显示区域内的标记的代码: let geoRef =
GeoFire
Xcode调试器显示
GeoFire
计算出的纬度为105.9793939...经度为-112.05707936..。
Geofire
应该将纬度限制为+/- 90,将经度限制为+/- 18
浏览 2
提问于2019-12-27
得票数 0
1
回答
在
Geofire
中使用promises
Geofire
文档说
Geofire
在读写数据时会返回承诺,但我似乎找不到任何这样的例子。我想知道如何在javascript中使用它来将一个函数附加到监听程序的末尾,该监听程序在
geofire
承诺实现时触发。有人知道如何在
Geofire
中使用promises吗? 谢谢
浏览 0
提问于2017-08-23
得票数 1
3
回答
关于用户位置的
GeoFire
查询
我对使用Firebase及其位置库
GeoFire
非常陌生。目前,我在构造数据时遇到了一些问题。=
GeoFire
(firebaseRef: usersRoot.childByAppendingPath(root.authData.uid)) }let
geoFire
=
GeoFire
(firebaseRef: Firebase(url: "myapp.firebaseio.com").c
浏览 2
修改于2016-02-09
得票数 5
回答已采纳
1
回答
不能在
GeoFire
项目中引用iOS
我试图在我的第一个项目中使用
GeoFire
,并使用Cocopod安装库。我可以在我的项目目录中看到
GeoFire
文件。但是,在我的ViewController中引用它是有问题的。var
geofire
:
GeoFire
?谢谢!
浏览 2
提问于2016-02-21
得票数 0
回答已采纳
2
回答
Firebase
GeoFire
:可以使用
geoFire
.remove()一次删除多个密钥吗?
是否可以使用
geoFire
.remove()一次删除多个密钥使用编辑-1: x-post edit-2:
geoFire
.remove('key1', 'key2', 'key3')和
geoFire
.remove(['key1', 'key2', '
浏览 11
修改于2017-12-14
得票数 1
1
回答
基于Firebase 5的
GeoFire
on iOS
从Firebase 4.x到Firebase 5.0.0的更新破坏了我的
GeoFire
安装。我是通过这样的"Podfile“安装
GeoFire
的:我现在收到以下错误消息/
geofire
-objc.git)被解析为2.0.1,这取决于满足Firebase/
浏览 0
修改于2018-05-11
得票数 2
回答已采纳
2
回答
使用CocoaPods添加
GeoFire
依赖
我正在使用iOS上的Firebase,我想添加
GeoFire
。我按照这里的说明操作:,但是在将pod '
GeoFire
','>=1.1‘添加到我的pod文件并更新之后,我得到了这个错误Update all pods Specspod 'F
浏览 5
修改于2016-05-28
得票数 1
1
回答
Android
GeoFire
onKeyEntered未触发
Geofire
2.1.1'代码:
GeoFire
geoFire
= new
GeoFire
(refLowLevel); // creates a new query around [37.78
浏览 3
修改于2017-05-06
得票数 0
1
回答
GeoFire
SetLocation不工作
在我的活动中,我这样做了:
GeoFire
mGeoFire = new
GeoFire
(pickupRef.child(uidmGeoFire.setLocation(uid, new GeoLocation(mLastLocation.getLatitude(), mLastLocation.getLongitude()), new
GeoFire
.CompletionListener' implementation
浏览 1
修改于2018-06-05
得票数 0
回答已采纳
2
回答
Firebase (
GeoFire
)两次保存数据
我试图在Firebase中使用GeoLocations保存
GeoFire
,GeoLocation的键必须是服务器时间戳。因此,数据模型如下: "
geofire
" : { ".priority" : "ez53wur36x",dbRef = FirebaseDatabase.getInst
浏览 6
修改于2018-01-12
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券