0
$scope
変数をFireaseのキーとして設定する方法はありますか?FirebaseのキーとしてAngularJSのスコープを設定
私はこの試みた:
xxx.$add({
$scope.xxxx.key: {
name: $scope.xxx.name,
age: $scope.xxx.age,
email: $scope.xxx.email,
}
});
をしかし、動作していない、それを行う方法はありますか?