You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
thanks for your source file , i used the wallpaper.json in drive and it worked for me but when i connect it to the firebase i cannot fetch wallpapers. It fetches from drive instead from firebase. I removed the drive link and tried and its not fetching please help me with this issue.
The code i have used is down below
configuration.setJsonStructure( new JsonStructure.Builder() .jsonOutputUrl(null) .categoryStructure( new JsonStructure.CategoryStructure("Categories") .name("name")) .wallpaperStructure( new JsonStructure.WallpaperStructure("Wallpapers") .name("name") .author("author") .url("url") .thumbUrl("thumbUrl") .category("category")) .build()); return configuration;
` public WallpaperBoardConfiguration onInit() {
WallpaperBoardConfiguration configuration = new WallpaperBoardConfiguration();
configuration.setJsonStructure(
new JsonStructure.Builder()
.url(null)
.category(
new JsonStructure.CategoryStructure("Categories")
.name("name"))
.wallpaper(
new JsonStructure.WallpaperStructure("Wallpapers")
.name("name")
.author("author")
.url("url")
.thumbUrl("thumbUrl")
.category("category"))
.build());
return configuration;`
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
thanks for your source file , i used the wallpaper.json in drive and it worked for me but when i connect it to the firebase i cannot fetch wallpapers. It fetches from drive instead from firebase. I removed the drive link and tried and its not fetching please help me with this issue.
The code i have used is down below
configuration.setJsonStructure( new JsonStructure.Builder() .jsonOutputUrl(null) .categoryStructure( new JsonStructure.CategoryStructure("Categories") .name("name")) .wallpaperStructure( new JsonStructure.WallpaperStructure("Wallpapers") .name("name") .author("author") .url("url") .thumbUrl("thumbUrl") .category("category")) .build()); return configuration;
` public WallpaperBoardConfiguration onInit() {
WallpaperBoardConfiguration configuration = new WallpaperBoardConfiguration();
The text was updated successfully, but these errors were encountered: