Firebase Google causes java.lang.StackOverflowError

前端 未结 4 863
温柔的废话
温柔的废话 2020-11-30 15:11

I am trying to use google firebase realtime database. My users can create events which I want to have on the database as a separate table as well as in the user class as a l

4条回答
  •  悲&欢浪女
    2020-11-30 15:42

    In case if your file is of less size and if it is still happening, get Uri global variable of the download uri in that. mediaUri = taskSnapshot.getDownloadUrl(); attri.put("media_dwnld_url", mediaUri.toString());

提交回复
热议问题